You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
In order for iOS to open https:// links in-app, the website needs a apple-app-site-association file in the .well-known directory.
Describe the solution you'd like
Add a file with the following content to be served at .well-known/apple-app-site-association:
{
"applinks": {
"details": [
{
"appIDs": [
"7G9P9AM955.com.odysee.Odysee"
],
"components": [
{
"/": "/*",
"comment": "Matches all URLs that are not just / (All files/channels)"
}
]
}
]
}
}
(I think the App ID is correct, I got it from the development team setting in Xcode)
Is your feature request related to a problem? Please describe.
In order for iOS to open
https://
links in-app, the website needs aapple-app-site-association
file in the.well-known
directory.Describe the solution you'd like
Add a file with the following content to be served at
.well-known/apple-app-site-association
:(I think the App ID is correct, I got it from the development team setting in Xcode)
Describe alternatives you've considered
N/A
Additional context
Issue: OdyseeTeam/odysee-ios#277
Documentation: https://developer.apple.com/documentation/Xcode/supporting-associated-domains
@akinwale Pinging you since this is related to the iOS side as well, hope that's okay with you.
The text was updated successfully, but these errors were encountered: