Mashhadi
Mashhadi

Reputation: 3024

How to set notifications listed under settings -> notifications?

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?

Upvotes: 0

Views: 474

Answers (2)

Serhii Mamontov
Serhii Mamontov

Reputation: 4932

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.

Upvotes: 2

rckoenes
rckoenes

Reputation: 69469

Only push notification are in the settings screen. You have to do this from within you own app.

Upvotes: 2

Related Questions