Skip to content

Commit

Permalink
🔧 Add wellknown for /getapp deeplink
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jun 26, 2023
1 parent 7acf747 commit 26fc38d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
14 changes: 14 additions & 0 deletions public_base/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "6VG4638588.com.oice",
"paths": [
"getapp",
"*/getapp"
]
}
]
}
}
12 changes: 12 additions & 0 deletions public_base/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"relation": ["delegate_permission/common.handle_all_urls"],
"target": {
"namespace": "android_app",
"package_name": "com.oice",
"sha256_cert_fingerprints": [
"50:58:43:26:ac:2a:6e:cf:b4:fb:a1:84:3b:ae:9d:24:2d:d1:29:fc:f4:1e:5e:b1:a2:0c:b1:62:41:af:8a:98"
]
}
}
]

0 comments on commit 26fc38d

Please sign in to comment.