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.
- 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 '
- 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 '
- Keywords with related feature pages in other settings
' 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