Reading from WWDC 2015 Session 720 it says:
Silent notifications are enabled by default. The user does not need to give permission to your app to use them. You can start using them without asking the user for permission
My question is:
Does it mean that you don't have to prompt to register, but still you have to register under the hood upon app launch? Which likely means default was a very bad word to choose?
I read this question but it doesn't answer this.
You still have to register for push notifications.
Just don't register the UIUserNotificationTypeAlert
or UIUserNotificationTypeBadge
or UIUserNotificationTypeSound
type to make it silent and so that the user doesn't get prompted to enable push notifications