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
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
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.
Use this:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs:root=NOTIFICATIONS_ID"]]