iOS quick access to the system settings that your app belongs to

Source: Internet
Author: User

We all know that when your application has embedded some such as location, push function, the user will be prompted for the first time to install the launch of the app to ask users to register these functions, for some reason some users may choose to reject the use of these features, However, when the user refuses to use these features, it may cause the normal use of our app. Thus, in order to enable users to use their own software, we will use some pop-up window prompts to allow users to easily change some of the previously rejected features.

  1. Instead of finding a direct jump to your app's access Location page, you choose to jump directly to the system settings page that your app belongs to, ' [[UIApplication sharedapplication]openurl:[nsurl urlwithstring: @ "Prefs:path=xxxxx"]];//where "xxxx" means your Bundleid '
  2. Jump directly to your app push allow page ' [[[UIApplication sharedapplication]openurl:[nsurl urlwithstring:@ ' prefs:root=notifications_id &&path=xxxxx "]];//which" xxxx "refers to your Bundleid '
  3. Keywords with related feature pages in other settings
  4. ' 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& Amp;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=notifications_id P Hone-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 Setting-prefs:root=internet_tethering '

iOS quick access to system settings that your app belongs to

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.