Skip to content

Instantly share code, notes, and snippets.

@ashusath
Created May 31, 2017 05:04
Show Gist options
  • Save ashusath/bab3e06a2cb9bc259afc8370d10bf06b to your computer and use it in GitHub Desktop.
Save ashusath/bab3e06a2cb9bc259afc8370d10bf06b to your computer and use it in GitHub Desktop.
iOS Deep Linking

Deep Linking

  • Open https://console.firebase.google.com
  • Add new project (If created earlier select existing)
  • Fill project name and country and create a project
  • Select Dynamic Links from left drawer menu
  • Select platform you want to add
  • Enter Package Name / Bundle ID
  • Enter Nickname (Optional)
  • Register your app, Download config file for respective platforms and add these to projects
  • Open Dynamic links section from left drawer menu and note down url shown on panel, it will be universal url for your app

To Create dynamic link

You can either create dynamic link from console or programmatically

  • construct your dynamic link by appending parameters to universal link

Troubleshooting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment