1

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://"]];
Tendulkar
  • 5,550
  • 2
  • 27
  • 53
user247
  • 416
  • 3
  • 14

1 Answers1

0

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.

Balu
  • 8,470
  • 2
  • 24
  • 41