distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

Push Notifications ANE is not correctly registering in IOS 8 #210

Closed jonathanhart closed 9 years ago

jonathanhart commented 9 years ago

Just confirmed that with the latest ANE, when the register() method is called, PushNotificationEvent.REGISTER_SUCCESS is never fired. It appears to be a silent failure, as there is no crash and the PushNotificationEvent.ERROR event is not firing either.

To reproduce:

Simply try and register an iOS8 device using sample code that works on iOS7.