Skip to content

Instantly share code, notes, and snippets.

@lukaspili
Last active May 12, 2022 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukaspili/924178422cc4d84ba45fe43379d04073 to your computer and use it in GitHub Desktop.
Save lukaspili/924178422cc4d84ba45fe43379d04073 to your computer and use it in GitHub Desktop.
iOS and Android deep link configuration
{
"applinks": {
"apps": [],
"details": [
{
"appID": "NN3HD78L8S.app.otsukalab",
"paths": [
"*"
]
},
{
"appID": "M5YDH8R3ZC.com.otsuka-us.thelab",
"paths": [
"*"
]
}
]
}
}
@lukaspili
Copy link
Author

In order to handle login from magic link, the user needs to be able open the app when taping on the login link in the email.

For android
The assetlinks.json file needs to be available on: https://thelabatotsuka.com/.well-known/assetlinks.json

For iOS
The apple-app-site-association file needs to be available on: http://url3563.thelabatotsuka.com/apple-app-site-association
Also I'm not sure the http scheme will be accepted by iOS. Maybe it will have to be an https link.

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