I am developing an app with push notifications.
But a couple of weird things are happening.
First didRegisterForRemoteNotificationsWithDeviceToken
executes always, even after disabling the notifications. And I receive them also.
I never get the alert asking me if I want to allow push notifications, even if I uninstall the app, move forward the calendar 2 days and restart the phone, it doesn't ask to allow them, it assumes I did allow them.
Can anyone tell me why is this weird stuff happening?
Thanks