From c28da4df34b16ae7f93c6a1751cc983e7707bdbc Mon Sep 17 00:00:00 2001 From: Emile Bex Date: Wed, 1 Dec 2021 10:22:31 +0100 Subject: [PATCH] chore(deep links): add deep link files --- .well-known/apple-app-site-association | 11 +++++++++++ .well-known/assetlinks.json | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .well-known/apple-app-site-association create mode 100644 .well-known/assetlinks.json diff --git a/.well-known/apple-app-site-association b/.well-known/apple-app-site-association new file mode 100644 index 00000000..7ea0f63b --- /dev/null +++ b/.well-known/apple-app-site-association @@ -0,0 +1,11 @@ +{ + "applinks": { + "apps": [], + "details": [ + { + "appID": "RT7X9LLTN6.social.entourage.entourageios", + "paths": [ "*" ] + } + ] + } +} diff --git a/.well-known/assetlinks.json b/.well-known/assetlinks.json new file mode 100644 index 00000000..902ede94 --- /dev/null +++ b/.well-known/assetlinks.json @@ -0,0 +1,13 @@ +[ + { + "relation": ["delegate_permission/common.handle_all_urls"], + "target": { + "namespace": "android_app", + "package_name": "social.entourage.android", + "sha256_cert_fingerprints": [ + "DA:C4:85:E4:D7:9F:59:E0:49:EE:A8:63:70:76:27:F9:1A:5C:09:79:F5:A1:66:81:3B:DB:76:cd:7D:64:2C:49", + "90:2D:BA:19:30:A7:A5:A9:3F:ab:B5:EA:72:DC:E0:3F:3F:AD:F4:6F:33:2C:3A:FA:12:8F:6C:61:C4:CA:6F:37" + ] + } + } +]