Getting an error
“AppDelegate.mm: didFailToRegisterForRemoteNotificationsWithError: no valid ‘aps-environment’ entitlement string found for application”
Sometimes, before this message I get:
“Warning: Libinfo call to mDNSResponder on main thread”
when testing app on iPad. Suddenly started happening today. Don’t know what I may have done to cause this. App does not use push notifications.
A bit more info: The app is hanging at a menu screen:
First I create an overlay (newRect), covering the full screen area. This overlay is visible.
Then I create three text fields (display.newText) each of which has an eventlistener pointing to the same touch event handler. These three fields are not being displayed and the app hangs.
Everything works fine in the emulators.
Any help much appreciated