Hello When the application is installed, it asks the user for permission to send push notifications. I\'m testing my application. But after removing it from the device and t
Please try using UIApplication's - (void)unregisterForRemoteNotifications method.