I have a “settings” tab inside my app that asks the user if they want to “receive notifications when the app is closed?”
Normally a user has to do this in the IOS5 notifications center in the general tab. Can I modify those settings for my own app?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you can’t directly modify settings in your app.
The best you can do is to use an URL scheme to take the user directly to the notification settings for your app:
(Replace “Mail” with the bundle display name of your app.)