Are there two separate permissions for iOS notifications i.e. local and push? Is it possible that application will ask for both permissions?
I am asking as I've found two different messages:
- "AppName" would like to send you notifications. ...
- "AppName" would like to send you push notifications. ...
If there are two permissions, what are the possible cases.
- What if member rejects one of them?
- Does one permission includes second? I.e. "push notification" includes "notifications"?