News: Always-Updated List of iOS App URL Scheme Names

News: Always-Updated List of iOS App URL Scheme Names

If you've ever customized your app icons or played around with Shortcuts (previously called Workflow), you probably know how important URL scheme names are. Nearly all iOS apps assign themselves one of these names, and you need to know them if you want to add custom icons to your home screen or create a Shortcuts workflow that opens an app on your iPhone up.Finding the URL scheme name, also known as a URI scheme, for a particular app is not easy. First, you have to download the IPA file for the app รข€” a difficult task since the iTunes 12.7 update removed iOS apps from it. When you finally find the IPA, you have to turn it into a ZIP file, show the contents of the app package, then hunt for the specific PLIST file that contains the URL schemes. It's a lot of work. This example shows the URL schemes for VSCO in one of its PLIST files. Right now, the easiest way to download IPA files is to use Apple Configurator 2. After signing in and connecting your iPhone, you can view and update apps that need it. Any apps you update this way will be stored temporarily in an Apple Config folder in the "Group Containers" folder in your user library. But it's still a lot of work and requires that the app you need has an update you can apply.More Info: How to Download IPA Files for the iOS Apps on Your iPhone If all you want to do is create a custom app icon or open the Netflix app from a workflow you're toying with, we'll try to make things as easy as possible for you by listing below all of the URL scheme names for apps that we know of right now. Also, when we come across them, we'll not only include the "open" schemes, but some deep links URL schemes to jump to specific tasks inside an app.While the list below may seem small considering there are over 2 million apps in the App Store, it's a work in progress, and we'll keep adding to it as we discover more URL schemes for popular apps and games on iPhone.Don't Miss: How to Customize iOS App Icons Without Jailbreaking Your iPhone
URL Schemes for Popular iOS Apps & ServicesAny ones below without anything after the :// are just schemes to open the apps up, while ones with information after the :// are for performing "deep link" specific actions within the apps. Also, while all of the below include the :// in them, most can be used with just : instead of with the // symbols.Keep in mind that developers may change the URL schemes for their apps at any time. Apple did for certain iOS services, such as links to specific settings that worked prior to iOS 11. Some URL schemes you can probably even guess since a lot just use their app's name as the scheme name. Trial and error!Also, anything below that starts with fb*:// are Facebook deep links which should work whether or not you have Facebook installed on your device. Since they don't always work as expected, we've only included them in the list below if they had no other URL scheme name. Otherwise, fb*:// schemes are omitted.
Apple-Branded Apps & ServicesApple Music: Open = music://
Open = musics://
Open = audio-player-event://

Unverified:
-----------
Open radio = itsradio://
Open radio = itsradios://
Open radio = itunesradio://
Open radio = itunesradios:// (just opens Music) Apple News: Open = applenews://
Open = applenewss:// App Store: Open = itms-apps://itunes.apple.com
Open app = itms-apps://itunes.apple.com/app/id
Search = itms-apps://search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?media=software&term=YourQuery
Top charts = itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewTop?genreId=36&popId=30 Apple TV: Open = videos:// Calendar: Open = calshow://
Open = x-apple-calevent://
Add calendar = webcal://SuscribeLinkForTheCalendar Clips: Open = clips:// Contacts: Unverified:
-----------
Open = contacts:// Diagnostics: Open = diagnostics://
Open = diags:// FaceTime: Start audio call = facetime-audio://TheirPhoneNumberOrEmailAddress
Start audio call = facetime-audio-prompt://TheirPhoneNumberOrEmailAddress
Start video call = facetime://TheirPhoneNumberOrEmailAddress
Start video call = facetime-prompt://TheirPhoneNumberOrEmailAddress Feedback: Open = applefeedback:// Find My Friends: Open = findmyfriends://
Open = fmf1://
Open = grenada:// Find My iPhone: Open = fmip1:// Game Center: Unverified:
-----------
Open = gamecenter:// (pre-iOS 11)
Open = itms-gc:// (pre-iOS 11)
Open = itms-gcs:// (pre-iOS 11) GarageBand: Open = garageband:// iBooks: Open = ibooks://
Open = itms-books://
Open = itms-bookss:// iCloud Drive: Unverified:
-----------
Open = appleiclouddrive:// (pre-iOS 11) iMovie: Open = imovie:// iTunes Remote: Open = remote:// iTunes Store: Open = itms://
Open = itmss:// iTunes U: Open = itms-itunesu:// Maps: Open = map://
Open = maps://
Open = mapitem:// Mail: Open = message://
Start draft with recipient = mailto://TheirEmailAddress
Start draft with recipient, cc = mailto:TheirEmailAddress?cc=TheirEmailAddress
Start draft with recipient, bcc = mailto:TheirEmailAddress?bcc=TheirEmailAddress
Start draft with recipient, subject = mailto:TheirEmailAddress&subject=Your%20Subject%20Text
Start draft with recipient, body = mailto:TheirEmailAddress&body=Your%20Body%20Text
Start draft with recipient, CC, BCC, subject, body = mailto:TheirEmailAddress?cc=TheirEmailAddress?bcc=TheirEmailAddress&subject=Your%20Subject%20Text&body=Your%20Body%20Text

[You can make other combinations above using the above identifiers] Messages: Open text for contact = sms://TheirPhoneNumber Notes: Open = mobilenotes:// Phone: Call contact = tel://TheirPhoneNumber
Call contact = telprompt://TheirPhoneNumber Photos: Open = photos-redirect:// Podcasts: Add feed by URL = feed://
Add feed by URL = podcast://
Add specific feed by URL = feed://TheUrlOfTheFeed
Add specific feed by URL = podcast://TheUrlOfTheFeed

Unverified:
-----------
Browse = pcast://
Browse = itms-pcast://
Browse = itms-pcasts://
Browse = podcasts://
Browse = itms-podcast://
Browse = itms-podcasts:// (displays a "can't connect" error) Reminders: Open = x-apple-reminder:// Safari: Search = x-web-search://
Open FTP file = ftp://LocationToFileOnFtpServer
Open HTTP site = http://WebsiteURL
Open HTTPS site = https://WebsiteURL Settings: Open = App-prefs:// Shortcuts: Open = shortcuts://
Run shortcut = shortcuts://run-shortcut?name=Your%20Shortcuts%20Name
Run shortcut with text string input = shortcuts://run-shortcut?name=Your%20Shortcuts%20Name&input=text&text=What%20You%20Want%20To%20Input
Run shortcut with input from clipboard = shortcuts://run-shortcut?name=Your%20Shortcuts%20Name&input=clipboard Voice Memos: Open = voicememos:// (could work in the Notification Center) Wallet: Open = shoebox:// Watch: Open = itms-watch://
Open = itms-watchs:// Workflow: Open = workflow://
Create workflow = workflow://create-workflow
Open a workflow = workflow://open-workflow?name=TheNameOfWorkflow
Run a workflow = workflow://run-workflow?name=TheNameOfWorkflow&input=Input
Open the gallery = workflow://gallery
Search the gallery = workflow://gallery/search?query=YourQuery
Third-Party Apps & ServicesJust like the list above, the below apps will mostly show the basic open links for third-party apps, and some of the URIs may also come attached with more detailed deep links.Achievement - Reward Health: Open = achievement:// Age of Solitaire : Build City: fb1431194636974533:// Airmail: Open = airmail://
Start draft = airmail://compose
Start draft with recipient = airmail://compose?to=TheirEmailAddress
Start draft with recipient, cc = airmail://compose?to=TheirEmailAddress&cc=TheirEmailAddress
Start draft with recipient, bcc = airmail://compose?to=TheirEmailAddress&bcc=TheirEmailAddress
Start draft with recipient, subject = airmail://compose?to=TheirEmailAddress&subject=YourSubjectText
Start draft with recipient, body = airmail://compose?to=TheirEmailAddress&plainBody=YourBodyText
Start draft with recipient, HTML body = airmail://compose?to=TheirEmailAddress&htmlBody=YourBodyHTML
Start draft with recipient, CC, BCC, subject, body = airmail://compose?to=TheirEmailAddress&cc=TheirEmailAddress&bcc=TheirEmailAddress&subject=YourSubjectText&plainBody=YourBodyText

[You can make other combinations above using the above identifiers] AMC Theatres: Open = amc:// Alpha Omega: Open = fb1414385748867269suffix:// AmpliFi WiFi: Open = fb1761190244145574amplifi:// Ancestry: Open = ancestry:// Anchor: Open = anchorfm://
Open = anchorfmspotify:// Asana: organize tasks & work: Open = asana:// Bank of America Mobile Banking: Open = bofa:// Bejeweled Blitz: Open = com.popcap.ios.BejBlitz://
Open = com.popcap.ios.BejBlitz.From.Bej3://
Open = com.popcap.ios.BejBlitz.From.Bej2://
Open = ea850758://
Open = ea47862:// Brushstroke: Open = brushstroke:// Cake Browser: Open = cakeslice://
Open = havecake:// Camera+: Open = cameraplus:// Cash App: Open = squarecash://
Open = cashme:// Clash of Clans: Open = clashofclans://
Open = wxfa242abf8cdd841a://
Open = tencent1105771533://
Open = tencentlaunch1105771533:// DoorDash - Food Delivery: Open = doordash:// Draw Something: Open = fb225826214141508paid:// DropBox: Open = dbapi-1:// DuckDuckGo Privacy Browser: Open = ddgLaunch://
Open = ddgQuickLink:// Duolingo: Open = duolingo://
Open = com.duolingo.DuolingoMobile Facebook: Open = fb:// Facetune: Open = facetune:// Fandango: Open = fandango:// Fitbit: Open = fitbit:// Flickr: Open = flickr:// Gboard: Open = gboard:// Gmail - Email by Google: Open = googlegmail:// Goodreads: Book Reviews: Open = goodreads:// Google: Open = google:// Google Assistant: Open = googleassistant:// Google Calendar: Open = googlecalendar:// Google Docs: Open = googledocs://
Open = googledocs-v2://
Open = com.google.sso.263492796725:// Google Chrome: Open = googlechrome:// Google Drive: Open = googledrive:// Google Earth: Open = googleearth://
Open = comgoogleearth:// Google Keep: Open = comgooglekeep:// Google Maps - GPS Navigation: Open = googlemaps:// Google Photos: Open = googlephotos:// Google Sheets: Open = googlesheets:// Google Translate: Open = googletranslate:// Google Voice: Open = googlevoice:// Halide Camera: Open = halide:// HBO GO: Unverified:
Open = hbogo:// HBO NOW: Open = hbonow:// Hulu: Watch TV Shows & Movies: Open = hulu:// Hyperlapse from Instagram: Open = hyperlapse:// IMDb Movies & TV: Open = imdb:// Instagram: Open = instagram:// LastPass Password Manager: Open = lastpass:// Launch Center Pro: Unverified:
Open = launch:// Litely: Open = litely:// Messenger: Open = fb-messenger:// MoviePass: Open = moviepass:// Netflix: Open = nflx:// PayPal: Mobile Cash: Open = paypal:// PhotoScan by Google Photos: Open = photoscan:// Pinterest: Open = pinterest:// Signal - Private Messenger: Open = sgnl:// Skype for iPhone: Open = skype:// Snapchat: Open = snapchat:// Spark: Open = readdle-spark://
Start draft = readdle-spark://compose
Start draft with recipient = readdle-spark://compose?recipient=TheirEmailAddress
Start draft with recipient, subject = readdle-spark://compose?recipient=TheirEmailAddress&subject=YourSubjectText
Start draft with recipient, subject, body = readdle-spark://compose?recipient=TheirEmailAddress&subject=YourSubjectText&body=YourBodyText

[You can make other combinations above using the above identifiers] Speedtest by Ookla: Open = speedtest:// Spotify Music: Open = spotify:// Steller: Open = steller:// Tumblr: Unverified:
Open = tumblr:// Twitch: Open = twitch:// Twitter: Open = twitter:// TweetBot for Twitter: Unverified:
Open = tweetbot:// Vimeo: Unverified:
Open = vimeo:// VSCO: Open = vsco:// Waze Navigation & Live Traffic: Open = waze:// WhatsApp Messenger: Open = whatsapp:// YouTube: Watch, Listen, Stream: Open = youtube:// If you know the URL scheme name or action to an app not featured here, let us know. We encourage the support of our community to help us build this list up!Also, it's worth noting that Apple has been trying to wean developers off URL schemes since iOS 9.2 in favor of universal links, but URL schemes are nowhere near dead. And with Apple turning Workflow into its own Shortcuts app starting in iOS 12, an app that even has its own scheme, there's no reason to believe URL schemes are going away anytime soon.Don't Miss: Workflow Tips & Tricks for Your iPhoneFollow Gadget Hacks on Pinterest, Reddit, Twitter, YouTube, and Flipboard Sign up for Gadget Hacks' daily newsletter or weekly Android and iOS updates Follow WonderHowTo on Facebook, Twitter, Pinterest, and Flipboard
Cover image and screenshots by Jake Peterson/Gadget Hacks



Ideally, it should match the corresponding app. Next up, URL. This field is looking for the URL scheme name for this bookmark's corresponding app. Unfortunately, this information can be tricky to find for each iOS app, but you can check out our always-updated list of URL scheme names for iOS apps to find the right thing for your app-in-question.
Defining a Custom URL Scheme for Your App | Apple Developer


If you've customized your app icons or used shortcuts (previously called workflows), you probably know how important URL schema names are. Almost all iOS apps have one of these names, and you need to know them if you want to add custom icons to your home screen or create a shortcuts workflow that opens an app on your iPhone.
Always updated list of IOS App URL system names "iOS & iPhone


If you've ever customized your app icons or played around with Shortcuts (previously called Workflow), you probably know how important URL scheme names are. Nearly all iOS apps assign themselves one of these names, and you need to know them if you want to add custom icons to your home screen or create a Shortcuts workflow that opens an app on your iPhone up.
Always updated list of iOS app URL scheme names «iOS & iPhone


The URL scheme is an interesting feature provided by the iOS SDK that allows developers to launch system apps and third-party apps through URLs. For example, let's say your app displays a phone number, and you want to make a call whenever a user taps that number.
How to Use the Shortcuts App on Your iPhone in iOS 12 for


Almost all iOS apps assign one of these names and you need to know them to add custom icons to your homepage or create a shortcut workflow that opens an app on your iPhone. Find the URL order name, also known as a URI scheme, for a particular app is not easy. First, you need to download the IPA file for the app - a difficult task because the
Always-Updated List of iOS App URL Scheme Names |

Don't Miss: Always-Updated List of iOS App URL Scheme Names; For this guide, we'll just be focusing on getting the IPA files of apps installed on your iPhone. Once you've installed Apple Configurator 2 on your macOS system (sorry, there is no Windows version of this tool), you can use the steps below to download and save IPAs on your computer
Working with URL Schemes in iOS Apps | Swift Tutorial


URLs must start with your custom scheme name. Add parameters for any options your app supports. For example, a photo library app might define a URL format that includes the name or index of a photo album to display. Examples of URLs for such a scheme could include the following:
uri - Is there a list of URL schemes? - Stack Overflow


Nearly all iOS apps assign themselves one of these names, and you need to know them if you want to add custom icons to your home screen or create a Shortcuts workflow that opens an app on your iPhone up. Finding the URL scheme name, also known as a URI scheme, for a particular app is not easy.
How to Customize iOS App Icons Without Jailbreaking Your


Is there a list of (all, non-custom) URL schemes? I thought that I just needed to search on google to find tons of answers, but it's probably wrong my (naive) question.
How to Download IPA Files for the iOS Apps on Your iPhone




Don't Miss: Always-Updated List of iOS App URL Scheme Names for Shortcuts That is a very simple example of what a workflow can do. To see something more complicated, the below screenshots show what the workflow for my "Calculate Tip" shortcut looks like.

Always-Updated List of iOS App URL Scheme Names « iOS

0 comments:

Post a Comment