Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(GiniMerchantSDK): Migrate to universal links #583

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

motokotomax
Copy link
Contributor

EC-89 migrate from URL Scheme to Universal Links

Highlights:

  • can be used across platforms
  • not deprecated

Copy link

@razvancapra
Copy link
Contributor

Nice job 👍 We only need the deployment of AASA file

@motokotomax
Copy link
Contributor Author

motokotomax commented Jul 25, 2024

AASA file should be named apple-app-site-association (without extension) and deployed to path ".well-known"

content of file

{ "applinks": { "apps": [], "details": [ { "appID": "JA825X8F7Z.net.gini.merchantsdk.example", "paths": [ "/payment-requester*", "/another/path/*"] } ] } }

apple-app-site-association.json

@zladzeyka zladzeyka assigned zladzeyka and unassigned motokotomax Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants