-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
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
Everytime getting null on link click #1
Comments
which link you tried @Bharavi26. <intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:scheme="poc"
android:host="deeplink.flutter.dev" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:scheme="https"
android:host="deeplink.flutter.dev" />
</intent-filter> save the url in note or some draft, then click on the link
you will get the app as the prompt to open |
sorry about my type mistake, its working in android but not in ios |
Sorry for the delayed answer. I've committed the fix for iOS part. Could you try again? Everything works on my side. |
Ok thank you.
I'll try that.
…On Mon 2 Mar, 2020, 12:42 AM Aleksandr Denisov, ***@***.***> wrote:
Sorry for the delayed answer. I've committed the fix for iOS part. Could
you try again? Everything works on my side.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1?email_source=notifications&email_token=AIYO6XD5ESVCU2SVXZP6XG3RFKXQHA5CNFSM4KLDR6U2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOENNH6PA#issuecomment-593133372>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIYO6XEVZFKRGIPAUZCJOF3RFKXQHANCNFSM4KLDR6UQ>
.
|
in android on link click redirect to app, but on DeepLinkBloc everytime returns null
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at D:/adt-bundle-windows-x86-20130514/sdk
• Android NDK location not configured (optional; useful for native profiling support)
• Platform android-29, build-tools 29.0.2
• ANDROID_HOME = D:/adt-bundle-windows-x86-20130514/sdk
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
• All Android licenses accepted.
[√] Android Studio (version 3.5)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 42.1.1
• Dart plugin version 191.8593
• Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b03)
[√] Connected device (1 available)
• SM G615F • 4200169d96a47449 • android-arm • Android 8.1.0 (API 27)
• No issues found!
The text was updated successfully, but these errors were encountered: