Open boeledi opened 11 months ago
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
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