You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were unable to get the success or error callbacks in register() to execute if an iOS 7 user opted to not allow push notifications. We tried using Cordova 3.3.1-0.1.2, 3.3.0-rc.1, and 3.4.0-rc.1 with the latest version of PushPlugin. We were definitely calling window.plugins.pushNotification.register() with the correct args -- no errors in PushNotification.js -- but it never called back from the cordova.exec in PushNotification.js.