From fffe43acf9868542f8584715727315a1637461f3 Mon Sep 17 00:00:00 2001 From: Farrah Mae Ochoa Date: Thu, 26 Sep 2024 08:50:32 +0400 Subject: [PATCH] fix: deeplinking in ios and android --- .../.well-known/apple-app-site-association | 20 +++++++++++++++++++ src/public/.well-known/assetslinks.json | 16 +++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 src/public/.well-known/apple-app-site-association create mode 100644 src/public/.well-known/assetslinks.json diff --git a/src/public/.well-known/apple-app-site-association b/src/public/.well-known/apple-app-site-association new file mode 100644 index 00000000..6e6e68d3 --- /dev/null +++ b/src/public/.well-known/apple-app-site-association @@ -0,0 +1,20 @@ +{ + "appclips": { + "apps": [] + }, + "applinks": { + "details": [ + { + "appID": "36S5Q8S4V5.com.deriv.dp2p", + "paths": [ + "/advertiser" + ] + } + ] + }, + "webcredentials": { + "apps": [ + "36S5Q8S4V5.com.deriv.dp2p" + ] + } +} \ No newline at end of file diff --git a/src/public/.well-known/assetslinks.json b/src/public/.well-known/assetslinks.json new file mode 100644 index 00000000..cfda42a0 --- /dev/null +++ b/src/public/.well-known/assetslinks.json @@ -0,0 +1,16 @@ +[ + { + "relation": [ + "delegate_permission/common.handle_all_urls", + "delegate_permission/common.get_login_creds" + ], + "target": { + "namespace": "android_app", + "package_name": "com.deriv.dp2p", + "sha256_cert_fingerprints": [ + "58:A3:D1:77:A0:5A:BE:73:76:B8:90:29:1B:D3:BD:E9:DF:AB:FF:3B:52:B4:15:6E:FA:A9:68:91:3F:6D:DE:78", + "E7:45:0A:69:4F:0D:84:43:A8:E1:E0:3D:9D:00:E2:E5:8F:84:9F:81:B1:8F:94:A6:F9:0E:6A:D9:F6:52:13:EB" + ] + } + } +] \ No newline at end of file