Skip to content

Commit

Permalink
Team ID was incorrect in the Apple AASA file (#293)
Browse files Browse the repository at this point in the history
* Fix team ID
Should fix universal links not working on iOS
  • Loading branch information
NigelBreslaw authored Feb 5, 2024
1 parent 8410e0a commit 20c2b5e
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,18 @@
"applinks": {
"details": [
{
"appIDs": ["6475198290.com.guardianghost.mobile"],
"paths": ["/auth"]
"appIDs": ["X2Z8M625Y9.com.guardianghost.mobile"],
"components": [
{
"#": "no_universal_links",
"exclude": true,
"comment": "Matches any URL with a fragment that equals no_universal_links and instructs the system not to open it as a universal link."
},
{
"/": "/auth",
"comment": "Matches a URL with a path that starts with /auth."
}
]
}
]
},
Expand Down

0 comments on commit 20c2b5e

Please sign in to comment.