How to Enable Deep Linking | Short.cm

How to Enable Deep Linking | Short.cm

Here's a detailed instruction on how to enable deep linking for iOS and/or Android on Short.cm.

Apple introduced Universal Links in iOS 9. Universal Links are standard web links that point to both a web page and a piece of content inside an app. When user clicks a short link, iOS checks if the app is installed on a device. If so, the app is launched immediately without loading the web page. If not, the web URL is loaded in Safari.

Set Up

  1. Navigate to Short.cm dashboard.
  2. Open “Deep links.”
icons
  1. Input Apple Team ID and Apple Bundle ID.
icons
  1. Save.

- How to find Apple Team ID?

  1. Log in to Apple’s Member Center (https://developer.apple.com/membercenter/index.action#accountSummary).
  2. Once you are logged in, you will be redirected to Apple’s Member Center landing page.
  3. Click on “Membership” on the Sidebar Menu.
  4. You will be redirected to the Membership Details Screen.
  5. You will see the Membership Details Summary, where the Team ID will be displayed.

- How to find Apple Bundle ID?

A bundle ID uniquely identifies an application in Apple's system. Two apps don't have the same bundle identifier. There is no way to look up bundle IDs in the Apple iOS App Store. To find the identifier, you will need to look at a file inside the app.

If your app is on the App Store:

  1. Find the app on iTunes. For example, we use Apple iMovie: https://itunes.apple.com/us/app/imovie/id377298193

  2. Copy the number after the id in the URL. (Here: 377298193).
    icons

  3. Before opening https://itunes.apple.com/lookup?id=377298193, replace the ID with the one you looked up.

  4. In the document, search for "bundleId". For example, it looks like: "bundleId":"com.apple.iMovie". So, the bundle ID is com.apple.iMovie.

If you have the .ipa file:

  1. Copy the .ipa file and rename the extension to .zip. We use Apple Pages (e.g. Pages.ipa will become Pages.zip)
  2. Unzip the zip file. You will get a new folder named like the zip file.
  3. Search for the file iTunesMetadata.plist in that new folder.
  4. Open the file with a text editor and search for softwareVersionBundleId. For Pages, this looks like this and is com.apple.Pages:
icons

If you only have the app on your phone:

  1. Use a tool iExplorer that allows you to browse your device storage directly.
  2. Connect your iPhone/iPad to your Mac via USB and open iExplorer or a similar app.
  3. Open the Apps folder on your device and locate the app you're interested in.
  4. Locate the iTunesMetadata.plist file and follow the steps like you just unpacked the .ipa above.

Google App Links is the Android equivalent of iOS universal links. They work very similarly: They are standard web links that point to a website and a piece of content within the app.

Set Up

  1. Navigate to Short.cm dashboard.
  2. Open “Deep links.”
icons
  1. Input Android App Package name and Android SHA256 Certificate Fingerprint.
icons
  1. Save.

- How to find Android app Package name?

The Android package name, also known as the Google Play ID, is the Android equivalent of an iTunes ID, the unique identifier of an application. It can be found by searching for the app and finding the Google Play store web page for the app.

For example, the App Store ID for Microsoft Launcher app is com.microsoft.launcher:

https://play.google.com/store/apps/details?id=com.microsoft.launcher

- How to exrtact Android SHA256 Certificate Fingerprint?

  1. Navigate to your keystore file. This is the file you use to build the debug and a production version of your APK file before deploying it.
  2. Run this command on it to generate the fingerprint: keytool -list -v -keystore my-release-key.keystore
  3. You'll see a value like 14:6D:E9:83:C5:73:06:50:D8:EE:B9:95:2F:34:FC:64:16:A0:83:42:E6:1D:BE:A8:8A:04:96:B2:3F:CF:44:E5 come out the other end.

Please, contact Short.cm support in case of any quiestions!


What did you learn?

  • Mobile deep links.
  • Apple universal links.
  • Android app links.
  • How to set up deepl links on Short.cm?
  • Short deep links.

Read also:

Join the conversation

Great! Next, complete checkout for full access to Short.io Blog.
Welcome back! You've successfully signed in.
You've successfully subscribed to Short.io Blog.
Success! Your account is fully activated, you now have access to all content.
Success! Your billing info has been updated.
Your billing was not updated.