Skip to content

Commit

Permalink
Merge pull request #626 from tonkeeper/feat/add-new-domain
Browse files Browse the repository at this point in the history
feat(mobile): add new domain for applinks
  • Loading branch information
bogoslavskiy authored Nov 24, 2023
2 parents 79dd5b6 + 335652b commit 834bb29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/mobile/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@

<data android:scheme="https"/>
<data android:host="app.tonkeeper.com"/>
<data android:host="ton.app"/>
</intent-filter>

</activity>
Expand Down
1 change: 1 addition & 0 deletions packages/mobile/ios/ton_keeper/ton_keeper.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<array>
<string>applinks:app.tonkeeper.org</string>
<string>applinks:app.tonkeeper.com</string>
<string>applinks:ton.app</string>
</array>
</dict>
</plist>

0 comments on commit 834bb29

Please sign in to comment.