Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fix: add graasp-mobile-builder-app deep-links verification (#127)
Browse files Browse the repository at this point in the history

---------

Co-authored-by: spaenleh <[email protected]>
  • Loading branch information
alvrba and spaenleh authored Jul 20, 2023
1 parent 9521c94 commit 36845f5
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
23 changes: 23 additions & 0 deletions public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"applinks": {
"details": [
{
"appIDs": [
"66RNQ59XM2.org.graasp.mobile"
],
"components": [
{
"/": "/auth/*",
"comment": "Matches any URL whose path starts with /auth/"
}
]
},
{
"appID": "66RNQ59XM2.org.graasp.mobile",
"paths": [
"/auth/*"
]
}
]
}
}
12 changes: 12 additions & 0 deletions public/.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": "org.graasp.mobile",
"sha256_cert_fingerprints": [
"4C:B7:34:EC:44:C6:D9:AD:A3:D7:87:F1:0F:AC:21:10:86:61:DF:AA:E1:64:40:E0:98:06:26:F2:FE:DA:08:9D"
]
}
}
]

0 comments on commit 36845f5

Please sign in to comment.