Please note that this question refers to iOS 6, which was the highest production version of iOS at the time I asked the question. I did not test subsequent tests in later versions of iOS, and everything could change. If you observe the same behavior in later versions of the OS, comment!
My application registers for push notifications. The Permissions dialog box opens ("MyApp would like to send you Push Notifications"). There are two possible streams:
a) The user selects OK. Settings-> Notifications-> MyApp then shows full permissions for alerts, as I expected.
or
b) THIS ERROR The user selects Cancel. I would expect Settings-> Notifications-> MyApp to show the application, and not in the Notification Center, with all permissions disabled. However, the converse is also true: there is no difference when they are OK in the dialog box!
In addition to my statement, I found that BBC News and Ap Mobile are showing the same error, while Viber is not working (it works exactly as I expected). Ap Mobile has a variant of this error - if I reject Push Notifications, only icons are turned on, not sounds and signals.
I am updating the state of the push settings, restoring the backup made before the application started , according to TN2265 .
source share