I can’t find sure answers on some questions I had about push/local notifications.
-
Does disabling push notifications also disable local notifications?
-
Can I detect if the user has disabled push notifications for my application? If so, how do I do that? EDIT: Just as I submitted the question, I found: Determine on iPhone if user has enabled push notifications That’s the recommended way?
Thanks!
You can check that way, that will indeed work. Another alternative is to set a persistent flag in your AppDelegate class.