We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Would it be possible to have fully working sample for universal link for macOS?
I made the same configuration as for iOS (no changes in the Info.plist, added the following to both "DebugProfile"/"Release".entitlements:
<key>com.apple.developer.associated-domains</key> <array> <string>applinks:my.website.com</string> </array>
Updated the /.well-known/apple-app-site-association
{ "applinks": { "apps": [], "details": [ { "appID": "TEAMID.BUNDLE_ID", "paths": ["/myapp", "/login"] } ] } }
launched the application. Then ran the command:
open "https://my.website.com/myapp"
And a browser opened...
Many thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Would it be possible to have fully working sample for universal link for macOS?
I made the same configuration as for iOS (no changes in the Info.plist, added the following to both "DebugProfile"/"Release".entitlements:
Updated the /.well-known/apple-app-site-association
launched the application.
Then ran the command:
And a browser opened...
Many thanks
The text was updated successfully, but these errors were encountered: