Friday, June 14, 2024
HomeiOS DevelopmentFlutter ios: common hyperlinks isn't working - No units are booted

Flutter ios: common hyperlinks isn’t working – No units are booted


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.

  1. I deploy web site area/.well-known/apple-app-site-association.
{
  "applinks": {
    "particulars": [
      {
        "appID": "appID.bundleID",
        "paths": [
          "*"
        ]
      }
    ]
  }
}
  1. I set Related Domains in Signing & Capabilities.

enter image description here

  1. I additionally set FlutterDeepLinkingEnabled to YES in Information file.

enter image description here

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..

enter image description here

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.



Supply hyperlink

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments