How to set notifications listed under settings -> notifications?

爱⌒轻易说出口 提交于 2020-01-07 06:33:16

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!