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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -