Search code examples
androidiosflutterdeep-linking

Flutter deep link turn on


i'am adding deep link in my app

why default value supported web links is off? enter image description here

that is my manifest

<intent-filter android:autoVerify="true">
   <action android:name="android.intent.action.VIEW" />
   <category android:name="android.intent.category.DEFAULT" />
   <category android:name="android.intent.category.BROWSABLE" />

   <data android:scheme="http" />
   <data android:scheme="https" />

   <data android:host="exempl.com" />
</intent-filter>

I test mobile part with adb. This is work


Solution

  • I specified the wrong sha256

    i use jks but write google play sha256