{"id":79107,"date":"2021-12-14T09:00:00","date_gmt":"2021-12-14T15:00:00","guid":{"rendered":"https:\/\/eshop.macsales.com\/blog\/?p=79107"},"modified":"2021-12-14T00:40:48","modified_gmt":"2021-12-14T06:40:48","slug":"create-iphone-and-ipad-settings-shortcut-buttons","status":"publish","type":"post","link":"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/","title":{"rendered":"Create iPhone and iPad Settings Shortcut Buttons"},"content":{"rendered":"\n<p>Changing settings on your iPhone and iPad is easy if they\u2019re easily accessible in Control Center or at a top level in Settings. However, it can be a real hassle if you need to dig further into Settings. As an example, let\u2019s say you want to use text replacement so tapping in a simple text mnemonic (\u201chhome\u201d) types your complete name and address. To do this, you launch Settings, scroll to General, scroll to Keyboards, tap Text Replacement, and finally get to the point that you can add, edit or remove a text replacement. Do this a few times and you\u2019ll wish you had a shortcut button.<\/p>\n\n\n\n<p> <strong>In this post, I\u2019ll show how you can use the Shortcuts App to make a shortcut button to go right to a specific setting<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-hidden-codes\">Hidden Codes<\/h2>\n\n\n\n<p>It takes some <strong>special hidden codes<\/strong> to do this.<\/p>\n\n\n\n<p>In Shortcuts, there\u2019s an action that opens a URL (address) in Safari. While it may seem odd that opening a URL in Safari helps us get to a screen in settings, it works! You just need to know what codes make up that URL\u2026<\/p>\n\n\n\n<p>For anything that is a preference (setting), the URL must begin with <code>prefs:root=<\/code>. To get to the General settings, that URL becomes <code>prefs:root=General<\/code>. Want to dig even deeper in General settings? Add a path statement like this: <code>prefs:root=General&amp;path=<\/code>. For example, to get to the Storage screen to see how much storage we\u2019re using on an iPhone, we\u2019d use a path named <code>STORAGE_MGMT<\/code>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-finding-the-path\">Finding the path<\/h3>\n\n\n\n<p>At this point, you\u2019re probably asking \u201cHow the heck was I supposed to know that the path was <code>STORAGE_MGMT<\/code>\u201d? Well, there\u2019s a list of these paths on <strong>Github<\/strong> that is very complete.<a href=\"https:\/\/github.com\/FifiTheBulldog\/ios-settings-urls\/blob\/master\/settings-urls.md\" target=\"_blank\" rel=\"noreferrer noopener\"> Click this link to visit the iOS Settings URLs repository on Github<\/a>, then click the link further down the page that points to <a href=\"https:\/\/github.com\/FifiTheBulldog\/ios-settings-urls\/blob\/master\/settings-urls.md\" target=\"_blank\" rel=\"noreferrer noopener\">The full list<\/a>.<\/p>\n\n\n\n<p>For my example, that path is: <code>prefs:root=General&amp;path=Keyboard\/USER_DICTIONARY<\/code><\/p>\n\n\n\n<p>Another example: let\u2019s say that you have two contact cards for yourself: one with personal information that you give only to friends and relatives, another for your business. When sharing that card with someone else, you want to choose between the personal or business \u201cme\u201d cards.<\/p>\n\n\n\n<p>That\u2019s normally done by launching Settings, scrolling to Contacts, tapping Contacts, then tapping My Info. Once there, you choose the correct &#8220;me&#8221; card. On the Github path list, we find that there\u2019s a path straight to \u201cMy Info\u201d: <code>prefs:root=CONTACTS&amp;path=MeCard<\/code>. By opening that URL in Safari, the My Info selector appears. Create a Shortcut with a Home Screen button, and with a tap you\u2019re right into that selector.<\/p>\n\n\n\n<p>Knowing the correct URL path is key to creating your own powerful settings Shortcuts.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-building-an-example-shortcut-button\">Building an example Shortcut button<\/h2>\n\n\n\n<p>Now that we know how to find a path, let\u2019s build the Shortcut button to the text replacement settings.<\/p>\n\n\n\n<p>1 &#8211; Launch <strong>Shortcuts<\/strong>, then tap the <strong>+<\/strong> button in the upper right corner to add a new Shortcut<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_add_action.jpeg\" alt=\"iOS and iPadOS Shortcuts\" class=\"wp-image-79110\" width=\"642\" height=\"346\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_add_action.jpeg 1284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_add_action-223x120.jpeg 223w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_add_action-284x153.jpeg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_add_action-190x102.jpeg 190w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_add_action-223x120@2x.jpeg 446w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_add_action-284x153@2x.jpeg 568w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_add_action-190x102@2x.jpeg 380w\" sizes=\"auto, (max-width: 642px) 100vw, 642px\" \/><figcaption>The blank Shortcut dialog<\/figcaption><\/figure><\/div>\n\n\n\n<p>2 &#8211; On the dialog that appears (see above), tap <strong>Add Action<\/strong><\/p>\n\n\n\n<p>3 &#8211; The app we\u2019re using to perform our Settings Shortcut magic is Safari, so tap on <strong>Apps<\/strong>, then scroll down and tap on <strong>Safari<\/strong>.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari.jpeg\" alt=\"Safari actions\" class=\"wp-image-79111\" width=\"639\" height=\"460\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari.jpeg 1277w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari-167x120.jpeg 167w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari-284x205.jpeg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari-190x137.jpeg 190w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari-167x120@2x.jpeg 334w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari-284x205@2x.jpeg 568w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari-190x137@2x.jpeg 380w\" sizes=\"auto, (max-width: 639px) 100vw, 639px\" \/><figcaption>Some of the actions available for the Safari app<\/figcaption><\/figure><\/div>\n\n\n\n<p>4 &#8211; From the list of Safari actions (see screenshot above), tap <strong>Open URLs<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari_OpenURLs.jpeg\" alt=\"Shortcuts open urls\" class=\"wp-image-79112\" width=\"642\" height=\"215\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari_OpenURLs.jpeg 1284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari_OpenURLs-284x95.jpeg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari_OpenURLs-190x63.jpeg 190w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari_OpenURLs-284x95@2x.jpeg 568w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_Safari_OpenURLs-190x63@2x.jpeg 380w\" sizes=\"auto, (max-width: 642px) 100vw, 642px\" \/><figcaption>The blank Open URLs action<\/figcaption><\/figure><\/div>\n\n\n\n<p>5 &#8211; Type in the URL path <em>exactly<\/em> as it is listed. In this case it\u2019s <code>prefs:root=General&amp;path=Keyboard\/USER_DICTIONARY<\/code> (see image below)<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_OpenURLs_with_Path.jpeg\" alt=\"Shortcuts open urls action path\" class=\"wp-image-79113\" width=\"642\" height=\"314\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_OpenURLs_with_Path.jpeg 1284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_OpenURLs_with_Path-246x120.jpeg 246w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_OpenURLs_with_Path-284x139.jpeg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_OpenURLs_with_Path-190x93.jpeg 190w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_OpenURLs_with_Path-246x120@2x.jpeg 492w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_OpenURLs_with_Path-284x139@2x.jpeg 568w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcuts_OpenURLs_with_Path-190x93@2x.jpeg 380w\" sizes=\"auto, (max-width: 642px) 100vw, 642px\" \/><figcaption>The path typed into the Open URLs action<\/figcaption><\/figure><\/div>\n\n\n\n<p>6 &#8211; Let\u2019s give this Shortcut an icon. Tap on the icon at the top, and select a color and a glyph. A glyph is an object, person, or symbol that defines the icon for your button. In this example, I chose a keyboard icon and an orange background. Tap Done once your icon is selected.<br \/>7 &#8211; Now give the Shortcut a name. Since this Shortcut is used to edit, add or remove text replacement, I\u2019ll call it Replace Text. Tap on Open URLs and type Replace Text (see below).<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Name_Shortcut_Replace_Text.jpeg\" alt=\"Shortcut name\" class=\"wp-image-79114\" width=\"642\" height=\"312\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Name_Shortcut_Replace_Text.jpeg 1284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Name_Shortcut_Replace_Text-247x120.jpeg 247w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Name_Shortcut_Replace_Text-284x138.jpeg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Name_Shortcut_Replace_Text-190x92.jpeg 190w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Name_Shortcut_Replace_Text-247x120@2x.jpeg 494w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Name_Shortcut_Replace_Text-284x138@2x.jpeg 568w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Name_Shortcut_Replace_Text-190x92@2x.jpeg 380w\" sizes=\"auto, (max-width: 642px) 100vw, 642px\" \/><figcaption>Naming the Shortcut<\/figcaption><\/figure><\/div>\n\n\n\n<p>8 &#8211; Tap the blue settings button to the right of the Shortcut name you just typed, and tap <strong>Add to Home Screen<\/strong>. You\u2019ll need to retype the name for the button being added to the Home Screen. Tap the Add button at top right.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_Home_Screen_Name_Icon.jpeg\" alt=\"Home screen button\" class=\"wp-image-79115\" width=\"642\" height=\"634\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_Home_Screen_Name_Icon.jpeg 1284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_Home_Screen_Name_Icon-122x120.jpeg 122w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_Home_Screen_Name_Icon-284x280.jpeg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_Home_Screen_Name_Icon-190x188.jpeg 190w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_Home_Screen_Name_Icon-120x120.jpeg 120w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_Home_Screen_Name_Icon-122x120@2x.jpeg 244w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_Home_Screen_Name_Icon-284x280@2x.jpeg 568w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_Home_Screen_Name_Icon-190x188@2x.jpeg 380w\" sizes=\"auto, (max-width: 642px) 100vw, 642px\" \/><figcaption>Adding the name to a Home Screen button<\/figcaption><\/figure><\/div>\n\n\n\n<p>At this point, the Shortcuts app disappears and you see the button on your Home Screen:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_On_Home_Screen.jpeg\" alt=\"Shortcut button\" class=\"wp-image-79116\" width=\"642\" height=\"582\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_On_Home_Screen.jpeg 1284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_On_Home_Screen-132x120.jpeg 132w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_On_Home_Screen-284x257.jpeg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_On_Home_Screen-190x172.jpeg 190w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_On_Home_Screen-132x120@2x.jpeg 264w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_On_Home_Screen-284x257@2x.jpeg 568w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Shortcut_On_Home_Screen-190x172@2x.jpeg 380w\" sizes=\"auto, (max-width: 642px) 100vw, 642px\" \/><figcaption>The Replace Text Shortcut button added to an iPhone home screen<\/figcaption><\/figure><\/div>\n\n\n\n<p>Tap the button, and you\u2019re immediately in the Text Replacement screen without all of the intervening screens in the Settings app.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-settings-for-apps\">Settings for apps<\/h2>\n\n\n\n<p>Up to this point, we\u2019ve only explored how to change settings for standard iOS or iPadOS features. What if you want to get to the settings for a particular app with a single tap?<\/p>\n\n\n\n<p>Every app has a number of settings associated with it for things like allowing the app to use Location Services, Siri &amp; Search, notifications, cellular data, and more. It may not be too hard to find and change the settings for an app if you only have a handful on your iPhone or iPad. Make that a few hundred apps, and it becomes a chore to scroll through all of the app names.<\/p>\n\n\n\n<p>In this example, I want to get to the settings for the TestFlight app by tapping one button rather than scrolling endlessly through the list of hundreds of apps.<\/p>\n\n\n\n<p>To open settings for an app, we need to know its <strong>Bundle ID<\/strong>. Each app has a unique Bundle ID, and once you know that, use the same process shown in the example above to create a Shortcut button.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-finding-an-app-s-bundle-id\">Finding an app\u2019s Bundle ID<\/h3>\n\n\n\n<p>There\u2019s a trick to finding a Bundle ID. Open Safari or your other favorite browser and do a search for the app followed by the phrase \u201c<code>app store apple<\/code>\u201d. This should bring up an App Store link to that app (click the link to make sure it\u2019s the same app). Note that it\u2019s much easier to do this on the Mac\u2026but it <em>can<\/em> be done on your iPhone or iPad.<\/p>\n\n\n\n<p>For TestFlight, the link is <code><a href=\"https:\/\/apps.apple.com\/us\/app\/testflight\/id899247664\" target=\"_blank\" rel=\"noreferrer noopener\">https:\/\/apps.apple.com\/us\/app\/testflight\/id899247664<\/a><\/code>. The number after the letters \u201cid\u201d are the app\u2019s number in the App Store, in this case 899247664 (see screenshot below). Copy that number.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1400\" height=\"580\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Finding_App_Number.jpg\" alt=\"App number\" class=\"wp-image-79118\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Finding_App_Number.jpg 1400w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Finding_App_Number-284x118.jpg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Finding_App_Number-190x79.jpg 190w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Finding_App_Number-284x118@2x.jpg 568w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Finding_App_Number-190x79@2x.jpg 380w\" sizes=\"auto, (max-width: 1400px) 100vw, 1400px\" \/><figcaption>Finding the app&#8217;s number in the App Store<\/figcaption><\/figure><\/div>\n\n\n\n<p>Now, in the browser address bar, enter <code>https:\/\/itunes.apple.com\/lookup?id=<\/code> followed by the number you just copied. For TestFlight, I\u2019ll enter <code>https:\/\/itunes.apple.com\/lookup?id=899247664<\/code>, then press Return.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-download-the-text-file\">Download the text file<\/h3>\n\n\n\n<p>On the Mac, a dialog asks if I want to allow downloads on \u201citunes.apple.com\u201d. On iPhone or iPad, you\u2019ll see a dialog asking if you want to download \u201c1.txt.js\u201d. For Mac users, click Allow; on iPhone or iPad, tap Download.<\/p>\n\n\n\n<p>Now you have a file called 1.txt that is filled with information about the app, and hidden in that jumble of text is the bundle ID. That\u2019s why it\u2019s easier to do this on the Mac \u2014 just open the downloaded file in TextEdit, search for <code>bundleid<\/code>, and then look directly to the right:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Getting_Bundle_ID.jpeg\" alt=\"bundleID text\" class=\"wp-image-79157\" width=\"677\" height=\"415\" srcset=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Getting_Bundle_ID.jpeg 1354w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Getting_Bundle_ID-196x120.jpeg 196w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Getting_Bundle_ID-284x174.jpeg 284w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Getting_Bundle_ID-190x116.jpeg 190w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Getting_Bundle_ID-750x460.jpeg 750w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Getting_Bundle_ID-196x120@2x.jpeg 392w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Getting_Bundle_ID-284x174@2x.jpeg 568w, https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/Getting_Bundle_ID-190x116@2x.jpeg 380w\" sizes=\"auto, (max-width: 677px) 100vw, 677px\" \/><figcaption>The Bundle ID for the TestFlight app is com.apple.TestFlight <\/figcaption><\/figure><\/div>\n\n\n\n<p>For TestFlight, the bundleID is <code>com.apple.TestFlight<\/code>. The Facebook app\u2019s bundleID is <code>com.facebook.Facebook<\/code>. It&#8217;s pretty obvious that the bundleIDs all have a similar layout.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-create-the-url\">Create the URL<\/h3>\n\n\n\n<p>With the bundleID in hand, it\u2019s easy to create our Safari URL to jump us straight to the settings for an app. The URL is:<\/p>\n\n\n\n<p><code>prefs:root=<\/code> followed by the bundleID or<\/p>\n\n\n\n<p><code>prefs.root=com.apple.TestFlight<\/code><\/p>\n\n\n\n<p>Use the example earlier in this article to create a Shortcut button for this URL, and with a tap of the button the settings for TestFlight (or whatever app you\u2019ve chosen) appear.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-go-further\">Go further<\/h2>\n\n\n\n<p>We can go even further than this. Let\u2019s say all I need to do in TestFlight settings is occasionally change the way notifications are set up. I can go directly to that sub-setting by changing the URL slightly.<\/p>\n\n\n\n<p>Changing it to <code>prefs.root=NOTIFICATIONS_ID&amp;path=com.apple.TestFlight<\/code> now opens the TestFlight Notifications settings directly.<\/p>\n\n\n\n<p>There\u2019s <a href=\"https:\/\/github.com\/FifiTheBulldog\/ios-settings-urls\/blob\/master\/preference-manifest-dump.txt\" target=\"_blank\" rel=\"noreferrer noopener\">a more complete list of over 1200 separate settings URLs on Github<\/a> if you want to go even further in your exploration of Shortcuts.<\/p>\n\n\n\n<p>Note that these paths can and probably will change during updates to iOS and iPadOS, so if a settings shortcut button you created suddenly stops working, be sure to do some looking at the various Github repositories for updates paths.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-topics\">Related topics:<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/eshop.macsales.com\/blog\/79120-mac-tutorial-how-to-customize-your-keyboard-commands\/\">Mac Tutorial: How to Customize Your Keyboard Commands<\/a><\/li><li><a href=\"https:\/\/eshop.macsales.com\/blog\/76810-sticky-and-slow-keys-in-macos\/\">How to Use the Sticky and Slow Keys Option in macOS<\/a><\/li><li><a href=\"https:\/\/eshop.macsales.com\/blog\/77933-get-ready-for-ipados-15-notifications\/\">Get Ready for iPadOS 15: Notifications<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Avoid digging through Settings to find the control you want. We show you how to create your own Settings Shortcut Buttons for iPhone and iPad.<\/p>\n","protected":false},"author":81,"featured_media":79159,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"spay_email":"","footnotes":""},"categories":[7190,4],"class_list":["post-79107","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-tech-tips"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.2 (Yoast SEO v20.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create iPhone and iPad Settings Shortcut Buttons<\/title>\n<meta name=\"description\" content=\"Avoid digging through Settings to find the control you want. We show you how to create your own Settings Shortcut Buttons for iPhone and iPad.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create iPhone and iPad Settings Shortcut Buttons\" \/>\n<meta property=\"og:description\" content=\"Avoid digging through Settings to find the control you want. We show you how to create your own Settings Shortcut Buttons for iPhone and iPad.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/\" \/>\n<meta property=\"og:site_name\" content=\"Rocket Yard\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/stevensande\" \/>\n<meta property=\"article:published_time\" content=\"2021-12-14T15:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-12-14T06:40:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/SHORTCUT_BUTTONS-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1400\" \/>\n\t<meta property=\"og:image:height\" content=\"788\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Steve Sande\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Steve Sande\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/\"},\"author\":{\"name\":\"Steve Sande\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/1152721d0acb70692858d0f3fcb12e7a\"},\"headline\":\"Create iPhone and iPad Settings Shortcut Buttons\",\"datePublished\":\"2021-12-14T15:00:00+00:00\",\"dateModified\":\"2021-12-14T06:40:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/\"},\"wordCount\":1449,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#organization\"},\"articleSection\":[\"How to\",\"Tech Tips\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/\",\"url\":\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/\",\"name\":\"Create iPhone and iPad Settings Shortcut Buttons\",\"isPartOf\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#website\"},\"datePublished\":\"2021-12-14T15:00:00+00:00\",\"dateModified\":\"2021-12-14T06:40:48+00:00\",\"description\":\"Avoid digging through Settings to find the control you want. We show you how to create your own Settings Shortcut Buttons for iPhone and iPad.\",\"breadcrumb\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eshop.macsales.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create iPhone and iPad Settings Shortcut Buttons\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#website\",\"url\":\"https:\/\/eshop.macsales.com\/blog\/\",\"name\":\"Rocket Yard\",\"description\":\"Your source for expert tips, special deals, commentary, reviews, and the latest tech news.\",\"publisher\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eshop.macsales.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#organization\",\"name\":\"OWC\",\"url\":\"https:\/\/eshop.macsales.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2020\/06\/rocket-yard-logo-round.png\",\"contentUrl\":\"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2020\/06\/rocket-yard-logo-round.png\",\"width\":1024,\"height\":1024,\"caption\":\"OWC\"},\"image\":{\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/1152721d0acb70692858d0f3fcb12e7a\",\"name\":\"Steve Sande\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1ad8e267ec82e12963d9cfe717c9b8e108e1edbb728f5d91fe50c6e7ecd14b15?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1ad8e267ec82e12963d9cfe717c9b8e108e1edbb728f5d91fe50c6e7ecd14b15?s=96&d=mm&r=g\",\"caption\":\"Steve Sande\"},\"description\":\"Steve has been writing about Apple products since 1986, starting on a bulletin board system, creating the first of his many Apple-related websites in 1994, joining the staff of The Unofficial Apple Weblog in 2008, and founding Apple World Today in 2015. He\u2019s semi-retired, loves to camp and take photos, and is an FAA-licensed drone pilot.\",\"sameAs\":[\"https:\/\/appleworld.today\",\"https:\/\/facebook.com\/stevensande\",\"https:\/\/www.linkedin.com\/in\/stevensande\/\",\"https:\/\/www.youtube.com\/channel\/UCUnDTuaRnXncKQXfQYVNIJA\/\"],\"url\":\"https:\/\/eshop.macsales.com\/blog\/author\/steve-sande\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Create iPhone and iPad Settings Shortcut Buttons","description":"Avoid digging through Settings to find the control you want. We show you how to create your own Settings Shortcut Buttons for iPhone and iPad.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/","og_locale":"en_US","og_type":"article","og_title":"Create iPhone and iPad Settings Shortcut Buttons","og_description":"Avoid digging through Settings to find the control you want. We show you how to create your own Settings Shortcut Buttons for iPhone and iPad.","og_url":"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/","og_site_name":"Rocket Yard","article_author":"https:\/\/facebook.com\/stevensande","article_published_time":"2021-12-14T15:00:00+00:00","article_modified_time":"2021-12-14T06:40:48+00:00","og_image":[{"width":1400,"height":788,"url":"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/SHORTCUT_BUTTONS-scaled.jpg","type":"image\/jpeg"}],"author":"Steve Sande","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Steve Sande","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/#article","isPartOf":{"@id":"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/"},"author":{"name":"Steve Sande","@id":"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/1152721d0acb70692858d0f3fcb12e7a"},"headline":"Create iPhone and iPad Settings Shortcut Buttons","datePublished":"2021-12-14T15:00:00+00:00","dateModified":"2021-12-14T06:40:48+00:00","mainEntityOfPage":{"@id":"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/"},"wordCount":1449,"commentCount":1,"publisher":{"@id":"https:\/\/eshop.macsales.com\/blog\/#organization"},"articleSection":["How to","Tech Tips"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/","url":"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/","name":"Create iPhone and iPad Settings Shortcut Buttons","isPartOf":{"@id":"https:\/\/eshop.macsales.com\/blog\/#website"},"datePublished":"2021-12-14T15:00:00+00:00","dateModified":"2021-12-14T06:40:48+00:00","description":"Avoid digging through Settings to find the control you want. We show you how to create your own Settings Shortcut Buttons for iPhone and iPad.","breadcrumb":{"@id":"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/eshop.macsales.com\/blog\/79107-create-iphone-and-ipad-settings-shortcut-buttons\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eshop.macsales.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Create iPhone and iPad Settings Shortcut Buttons"}]},{"@type":"WebSite","@id":"https:\/\/eshop.macsales.com\/blog\/#website","url":"https:\/\/eshop.macsales.com\/blog\/","name":"Rocket Yard","description":"Your source for expert tips, special deals, commentary, reviews, and the latest tech news.","publisher":{"@id":"https:\/\/eshop.macsales.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eshop.macsales.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eshop.macsales.com\/blog\/#organization","name":"OWC","url":"https:\/\/eshop.macsales.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eshop.macsales.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2020\/06\/rocket-yard-logo-round.png","contentUrl":"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2020\/06\/rocket-yard-logo-round.png","width":1024,"height":1024,"caption":"OWC"},"image":{"@id":"https:\/\/eshop.macsales.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/1152721d0acb70692858d0f3fcb12e7a","name":"Steve Sande","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eshop.macsales.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1ad8e267ec82e12963d9cfe717c9b8e108e1edbb728f5d91fe50c6e7ecd14b15?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1ad8e267ec82e12963d9cfe717c9b8e108e1edbb728f5d91fe50c6e7ecd14b15?s=96&d=mm&r=g","caption":"Steve Sande"},"description":"Steve has been writing about Apple products since 1986, starting on a bulletin board system, creating the first of his many Apple-related websites in 1994, joining the staff of The Unofficial Apple Weblog in 2008, and founding Apple World Today in 2015. He\u2019s semi-retired, loves to camp and take photos, and is an FAA-licensed drone pilot.","sameAs":["https:\/\/appleworld.today","https:\/\/facebook.com\/stevensande","https:\/\/www.linkedin.com\/in\/stevensande\/","https:\/\/www.youtube.com\/channel\/UCUnDTuaRnXncKQXfQYVNIJA\/"],"url":"https:\/\/eshop.macsales.com\/blog\/author\/steve-sande\/"}]}},"jetpack_featured_media_url":"https:\/\/eshop.macsales.com\/blog\/wp-content\/uploads\/2021\/12\/SHORTCUT_BUTTONS-scaled.jpg","jetpack_shortlink":"https:\/\/wp.me\/pmPaT-kzV","_links":{"self":[{"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/posts\/79107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/users\/81"}],"replies":[{"embeddable":true,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/comments?post=79107"}],"version-history":[{"count":8,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/posts\/79107\/revisions"}],"predecessor-version":[{"id":79164,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/posts\/79107\/revisions\/79164"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/media\/79159"}],"wp:attachment":[{"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/media?parent=79107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eshop.macsales.com\/blog\/wp-json\/wp\/v2\/categories?post=79107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}