iphone - Push notifications dialogue -


Is there any way that I would like to enable "push notifications ..." for the first time in the application launch but some other over action?

Regards, Mladen

Until you method registerForRemoteNotificationTypes The dialogue should not appear until the call is made. I think you are calling it at appDidFinish loading at the moment? Just move it to the part of your application that is relevant to push notifications.

It is such a situation with core lection, it can confuse the user if you request a user's place before requesting in his application why he needs it.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -