-2

I want open notification(in Settings app) of my app.

How can I do it?

maybe someone have deals.

for example:

a busy cat http://0.tqn.com/d/ipod/1/0/d/H/-/-/notification-center-settings.jpg

P.S. I use IOS 5.0, ... 6.1

Vit
  • 936
  • 1
  • 10
  • 20

3 Answers3

2

There is no way to do that,it won't work as apple has not provided any details or URL Schemes related to opening settings app in newer versions.

nsgulliver
  • 12,655
  • 23
  • 43
  • 64
0

Use this:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=NOTIFICATIONS_ID"]]
CainaSouza
  • 1,417
  • 2
  • 16
  • 31
-1

You can do this on your iPhone

by using this Code

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=NOTIFICATIONS_ID"]]
Maulik
  • 19,348
  • 14
  • 82
  • 137