Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3e54862
Merge pull request #33 from Blockchain-Powered-eSIM/dev
ArpitxGit Oct 11, 2025
81379e0
Merge pull request #35 from Blockchain-Powered-eSIM/dev
ArpitxGit Oct 11, 2025
ae9dd52
Generated a new fingerprint for development build
ManulParihar Oct 11, 2025
21cacf2
Merge pull request #36 from Blockchain-Powered-eSIM/fingerprint-fix
ManulParihar Oct 11, 2025
db60f94
Add AASA file required for passkeys on iOS
ManulParihar Nov 10, 2025
733271b
Added newline
ManulParihar Nov 10, 2025
024627f
Merge pull request #37 from Blockchain-Powered-eSIM/ios-assetlinks
ManulParihar Nov 10, 2025
88caffc
Added FAKETEAMID for dev build
ManulParihar Nov 10, 2025
a94831a
Merge pull request #38 from Blockchain-Powered-eSIM/ios-assetlinks
ManulParihar Nov 10, 2025
5001211
Updated AASA file structure
ManulParihar Nov 10, 2025
dac8b3c
Merge pull request #39 from Blockchain-Powered-eSIM/ios-assetlinks
ManulParihar Nov 10, 2025
94d926e
Directing vercel to recognise AASA file as application/json and not a…
ManulParihar Nov 10, 2025
a7acea2
Merge pull request #40 from Blockchain-Powered-eSIM/ios-assetlinks
ManulParihar Nov 10, 2025
7fb2a57
Removed FAKETEAMID
ManulParihar Nov 10, 2025
973ddee
Trailing comma cleanup
ManulParihar Nov 10, 2025
6de0374
Merge pull request #41 from Blockchain-Powered-eSIM/ios-assetlinks
smuxx Nov 10, 2025
c8f5899
Added google playstore's SHA fingerprint
ManulParihar Nov 14, 2025
1ed525f
Merge pull request #42 from Blockchain-Powered-eSIM/update/kokio-rele…
ManulParihar Dec 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions static/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"applinks": {
"details": [
{
"appIDs": [
"XSQ2GAB4RW.app.kokio"
],
"components": [
{
"/": "*",
"comment": "Matches all routes."
}
]
},
{
"appID": "XSQ2GAB4RW.app.kokio",
"paths": [
"*"
]
}
]
},
"webcredentials": {
"apps": [
"XSQ2GAB4RW.app.kokio"
]
}
}
3 changes: 2 additions & 1 deletion static/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"namespace": "android_app",
"package_name": "app.kokio",
"sha256_cert_fingerprints": [
"48:3C:51:50:74:39:61:6B:7E:76:E7:A0:0D:2C:C6:7D:0F:C6:58:4F:C0:17:51:15:CA:79:BE:92:C4:CD:18:65"
"0E:67:0F:CE:9A:1C:B9:6C:3D:45:30:DD:7A:28:29:85:B6:D1:B7:D1:BB:30:B8:DA:DB:CE:7A:8E:93:0B:3D:CC",
"B8:BC:83:6D:8D:20:37:06:8D:01:33:0A:5E:92:40:78:58:B4:02:4E:41:07:8E:4F:A2:3D:80:71:1E:AE:DF:6C"
]
}
}
Expand Down
13 changes: 13 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"headers": [
{
"source": "/.well-known/apple-app-site-association",
"headers": [
{
"key": "Content-Type",
"value": "application/json"
}
]
}
]
}
Loading