My app needs to be set in iOS 5 Notification Center as ‘alerts’ and with ‘sounds’ on. From what I have found it is not possible for your app to offer setting these correctly, which would be the best option so correct me if im wrong.
So, I am looking for a procedure to detect the current settings and warn the user if these are not correct.
This cannot be done programmatically. And “registerForRemoteNotificationTypes” is for remote (push) notifications, not local ones.
The only thing I have been able to do is include in my app description on the app store an explanation on how to set up the Notification Center. I also put it in my demonstration video.
You may also think about putting in a prompt the first time the app is launched explaining the “correct” notification settings for your app. Don’t show it on subsequent launches, but have it available in a “help” section.
Sure, “what is correct” is what the user wants, but for my app, the users have NEVER wanted the default settings, which is “banners”. The best user experience for my app is “sounds” only. The biggest complaint about my app before Notification Center was the pop ups from the local notifications. Now, with Notification Center, users can turn off everything except for “sounds”. That is the setting that they all seem to want. Why can’t I as a developer just give it to them as the default? If they want to change it to something else, that’s great, but I should have control over the default settings. But I’m ranting.