问题
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?
回答1:
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.
回答2:
Only push notification are in the settings screen. You have to do this from within you own app.
来源:https://stackoverflow.com/questions/6953968/how-to-set-notifications-listed-under-settings-notifications