-1

In my application first open alertview with button. if user click alertView button then i need to launch setting bundle in my device.

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];

This is not working in IOS 7. Any having idea?

Cyrille
  • 25,014
  • 12
  • 67
  • 90

1 Answers1

0

There is no way to do this.

Because till now (11th Jan 2013) there is no url scheme available for settings app.

Apple provides built-in support for the http, mailto, tel, and sms URL schemes.

Rushabh
  • 3,208
  • 5
  • 28
  • 51