(IPhone/iPad) Code call the positioning service in "Settings" And other system-related function settings

Source: Internet
Author: User

When you run the software for the first time after installation, the system prompts you whether to allow the software to obtain the current location. If you do not allow the software, the system does not prompt you to set the location during later running, which is inconvenient, the solution is to give the user an option to call up the "set" positioning service option on the iphone, which is manually set by the user. The code for locating the service in the "Settings" of the system is called as follows:
 
-(IBAction) btnSetting :( id) sender {
NSURL * url = [NSURL URLWithString: @ "prefs: root = LOCATION_SERVICES"];
[[UIApplication sharedApplication] openURL: url];
}
 
There are other commands that call system settings:
Www.2cto.com
 
[Font =]
About-prefs: root = General & path = About
Accessibility-prefs: root = General & path = ACCESSIBILITY
Airplane Mode On-prefs: root = AIRPLANE_MODE
Auto-Lock-prefs: root = General & path = AUTOLOCK
Brightness-prefs: root = Brightness
Bluetooth-prefs: root = General & path = Bluetooth
Date & Time-prefs: root = General & path = DATE_AND_TIME
FaceTime-prefs: root = FACETIME
General-prefs: root = General
Keyboard-prefs: root = General & path = Keyboard
ICloud-prefs: root = CASTLE
ICloud Storage & Backup-prefs: root = CASTLE & path = STORAGE_AND_BACKUP
International-prefs: root = General & path = INTERNATIONAL
Location Services-prefs: root = LOCATION_SERVICES
Music-prefs: root = MUSIC
Music Equalizer-prefs: root = MUSIC & path = EQ
Music Volume Limit-prefs: root = MUSIC & path = VolumeLimit
Network-prefs: root = General & path = Network
Nike + iPod-prefs: root = NIKE_PLUS_IPOD
Notes-prefs: root = NOTES
Notification-prefs: root = icationications_id
Phone-prefs: root = Phone
Photos-prefs: root = Photos
Profile-prefs: root = General & path = ManagedConfigurationList
Reset-prefs: root = General & path = Reset
Safari-prefs: root = Safari
Siri-prefs: root = General & path = Assistant
Sounds-prefs: root = Sounds
Software Update-prefs: root = General & path = SOFTWARE_UPDATE_LINK
Store-prefs: root = STORE
Twitter-prefs: root = TWITTER
Usage-prefs: root = General & path = USAGE
VPN-prefs: root = General & path = Network/VPN
Wallpaper-prefs: root = Wallpaper
Wi-Fi-prefs: root = WIFI
 
The relevant call code is the same as the preceding example.


From andy Pan's column

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.