I created a mobile app using Ionic and Cordova.
But, I got an issue with the cordova PushPlugin
When I manually deactivate Push on my Iphone 4s (ios 8.4) in app settings, the PushPlugin register function does nothing (no success, no errors, nothing ^^) The plugin works well when I reactivate them manually
I read a lot of answer about issue with IOS8 : How to update code using enabledRemoteNotificationTypes because it is "not supported in iOS 8"?
I tried 3/4 repo from the community and also the Telerik plugin. But same issue, nothing happens when Pushs are not enabled.
What I want :
- at least an error in the error callback when not enabled
- or better, handle it like cordova camera : when I disable photos manually, a popup opens saying to activate it
Like Objective C is a language totally unknown for me, any help would be appreciated
Thanks