Open Settings --> General --> Accessibility programatically

HI,


This is Ramkumar

Do we have any way to programatically navigate to "Settings --> General --> Accessibility" from our application like how Facebook or Twitter does. As of now i am using the souce below and it works fine in iOS 8 and 9. But is this the right approach. Will apple reject this implementation. Pelase advice.


UIApplication.sharedApplication().openURL(NSURL(string:"prefs:root=General&path=ACCESSIBILITY")!)

Replies

Have you got the correct answer regarding using custom paths for Settings app in terms of legitimacy?

I also need this.

Add a Comment