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
Not sure how to do it!
The text was updated successfully, but these errors were encountered:
We can use Universal Links in iOS and App Links (iirc) in Android with this package: uni_links
When opening it, we open the detail, correct?
Sorry, something went wrong.
@tomahock we need to create:
apple-app-site-association
{ "applinks": { "apps": [], "details": [ { "appID": "9JA89QQLNQ.com.apple.wwdc", "paths": [ "/wwdc/news/", "/videos/wwdc/2015/*"] }, { "appID": "ABCD1234.com.apple.wwdc", "paths": [ "*" ] } ] } }
https://developer.apple.com/library/archive/documentation/General/Conceptual/AppSearch/UniversalLinks.html
[ { "relation": [ "delegate_permission/common.handle_all_urls" ], "target": { "namespace": "android_app", "package_name": "fr.smarquis.applinks", "sha256_cert_fingerprints": [ "6B:41:26:A6:1E:D8:BD:91:D3:8B:57:10:5F:07:5C:2D:AB:3E:26:A4:D1:3C:9C:97:15:78:9E:0D:56:0A:CE:DC" ] } } ]
https://simonmarquis.github.io/Android-App-Linking/#app-links
These need to be hosted in the correct places
The detail or in the main map view. depends on the link.
@Vanethos smells like pull request 😇
I can surely make it! But I also need your help with it for the hosted files
Vanethos
No branches or pull requests
Not sure how to do it!
The text was updated successfully, but these errors were encountered: