Skip to content

Commit

Permalink
update deep link file with real one
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshBadgujar7 committed Dec 5, 2024
1 parent 64ecf7e commit 2626312
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 7 deletions.
39 changes: 35 additions & 4 deletions public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
{
"applinks": {
"apps": [],
"details": []
}
"applinks": {
"details": [
{
"appIDs": [
"FTDD29YAQV.com.PGE.review"
],
"components": [
{
"/": "/"
},
{
"/": "/auth/quick-login"
},
{
"/": "/usage"
},
{
"/": "/usage/"
},
{
"/": "/outages"
},
{
"/": "/outages/"
},
{
"/": "/billing"
},
{
"/": "/billing/"
}
]
}
]
}
}
38 changes: 35 additions & 3 deletions public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,42 @@
],
"target": {
"namespace": "android_app",
"package_name": "com.example.app",
"package_name": "com.connectivedx.pge",
"sha256_cert_fingerprints": [
"12:34:56:78:9A:BC:DE:F0:12:34:56:78:9A:BC:DE:F0:12:34:56:78:9A:BC:DE:F0:12:34:56:78:9A:BC:DE:F0"
"52:71:1A:F8:9C:CE:2E:B0:0D:F5:A5:4D:8C:EC:2F:66:1D:2A:C1:55:C0:7D:A3:49:54:09:47:AF:72:50:66:20"
]
}
},
"path": [
"/",
"/auth/quick-login",
"/usage",
"/usage/",
"/outages",
"/outages/",
"/billing",
"/billing/"
]
},
{
"relation": [
"delegate_permission/common.handle_all_urls"
],
"target": {
"namespace": "android_app",
"package_name": "com.connectivedx.pge",
"sha256_cert_fingerprints": [
"FA:C6:17:45:DC:09:03:78:6F:B9:ED:E6:2A:96:2B:39:9F:73:48:F0:BB:6F:89:9B:83:32:66:75:91:03:3B:9C"
]
},
"path": [
"/",
"/auth/quick-login",
"/usage",
"/usage/",
"/outages",
"/outages/",
"/billing",
"/billing/"
]
}
]

0 comments on commit 2626312

Please sign in to comment.