Skip to content

Commit

Permalink
feat: add apple app site association for deep linking
Browse files Browse the repository at this point in the history
  • Loading branch information
espinozasenior committed Feb 21, 2025
1 parent 79bf181 commit 74cb3d7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "6740096631.com.qompa.app",
"paths": [
"/onboarding/*"
]
}
]
},
"activitycontinuation": {
"apps": ["6740096631.com.qompa.app"]
},
"webcredentials": {
"apps": ["6740096631.com.qompa.app"]
}
}

0 comments on commit 74cb3d7

Please sign in to comment.