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 ?
Asked
Active
Viewed 183 times
0
-
possible duplicate of [Opening IOS settings preferences](http://stackoverflow.com/questions/10055853/opening-ios-settings-preferences) – Paulw11 Jun 09 '14 at 21:15
-
1You 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 Answers
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.