objective c - Not moving to Settings in iPod Touch -


this question has answer here:

i have button . when click on have used code go settings in ipod touch . not going . ipod touch ios 6.1 . please tell me problem. in advance . reference have attached settings screen enter image description here

[[uiapplication sharedapplication] openurl:[nsurl urlwithstring:@"prefs://"]]; 

till apple not providing url schema achieving 1 in newer versons. upto ios5.0 working after 1 depreciated.


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -