I attempted to make use of deep hyperlink in my flutter undertaking.
Since https hyperlink course of is kind of difficult in Android, I’ll use customized scheme
for Android and https scheme
for ios.
Android is properly set and I verify it booted android machine properly with url.
Nonetheless, ios isn’t working.
- I deploy web site
area/.well-known/apple-app-site-association
.
{
"applinks": {
"particulars": [
{
"appID": "appID.bundleID",
"paths": [
"*"
]
}
]
}
}
- I set
Related Domains
in Signing & Capabilities.
- I additionally set
FlutterDeepLinkingEnabled
toYES
in Information file.
However once I run xcrun simctl openurl booted https://area
from terminal after putting in debug file in actual ios machine, It throws error No units are booted.
.
I’ve completed nearly all setting as looking out concerning common hyperlinks of ios.. however it isn’t linked in any respect.
Please assist me.