0

Since from 5.1 OS we cant launch settings page programmatically. Guys can anyone suggest me other alternatives or api's to open Settings page in iOS ?

Bhat
  • 602
  • 9
  • 24
  • possible duplicate of [Opening IOS settings preferences](http://stackoverflow.com/questions/10055853/opening-ios-settings-preferences) – Paulw11 Jun 09 '14 at 21:15
  • 1
    You cannot do this with public APIs. You can replicate your applications preferences in your own app. If you want to launch system preferences there is nothing you can do. – Paulw11 Jun 09 '14 at 21:17
  • Agree . I basically wanted to launch Facebook and twitter pages from system preferences. Thanks Paul.. – Bhat Jun 09 '14 at 21:25

1 Answers1

3

I recommend you to use InAppSettingsKit which does the replication for you.

Since iOS 5.1, there is no official way to open Settings via App.

Here to Go.

Community
  • 1
  • 1
Irfan
  • 4,301
  • 6
  • 29
  • 46