Skip to content

Commit

Permalink
Merge pull request #360 from farrah-deriv/FEQ-2672/deeplinking
Browse files Browse the repository at this point in the history
farrah/FEQ-2672/deeplinking in ios and android
  • Loading branch information
ameerul-deriv authored Dec 13, 2024
2 parents c2c8f35 + 963cefe commit 4da06d6
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"appclips": {
"apps": []
},
"applinks": {
"details": [
{
"appID": "36S5Q8S4V5.com.deriv.dp2p",
"paths": [
"/advertiser"
]
}
]
},
"webcredentials": {
"apps": [
"36S5Q8S4V5.com.deriv.dp2p"
]
}
}
16 changes: 16 additions & 0 deletions src/public/.well-known/assetslinks.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
]

0 comments on commit 4da06d6

Please sign in to comment.