Question

I have a button . When I click on it I have used this code to go to settings in the iPod Touch . But it is not going . iPod touch iOS is 6.1 . Please tell me the problem. Thanks in advance . For reference I have attached the settings screen enter image description here

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"prefs://"]];
Was it helpful?

Solution

Till now Apple not providing the URL Schema for achieving this one in newer versons. upto ios5.0 it was working after that this one depreciated.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top