My testers report that they no longer get push notifications while testing on IPhones.
In code, I add an event listener to “notification”, so I can get the token for setting up push notifications like so:
Runtime:addEventListener( “notification”, onNotification )
But, for some reason my listener function called “onNotification” no longer gets called, which my app needs to setup for push notifications. Strangely, the “onNotification” function does get called if you’re on an iPad, so only iPhones are affected.
Is anyone else seeing such behavior?