i have an app that is using local notifications, and its working all fine, it is generating notifications very well, now i want to turn it off from settings but its not been listed under settings -> notifications any idea?
Share
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.
You can design your own Settings.bundle and you application settings will appear in Settings -> Applications -> Your app
And in your application you can change this setting and handle it in your app to stop generating local notifications.