-
Notifications
You must be signed in to change notification settings - Fork 94
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
Andorid cannot open deeplink for 8.0.2 #341
Comments
Remove the In issue #325, it was just an instruction to try to identify the problem. The SDK adds this file automatically, so it is not in the configuration instructions. Has your default Activity in the Native code (Kotlin/Java) been changed? Does it use FlutterActivity or FlutterFragmentActivity? I identified that you are using DisableTracking. I answered you in issue #339. In these scenarios, retrieving the deeplink data will not work. |
Hi @RodrigoSMarques, Thanks again for your kindly help! I checked issue you provided, actually my scenario should work. But I noticed this not working issue will happen on simulator, I checked on release package for real device, 8.0.2 works well with I will close this issue🤗 |
Hi @RodrigoSMarques, in case you know some root cause, could you please have a quick look for this issue from native side? BranchMetrics/cordova-ionic-phonegap-branch-deep-linking-attribution#731 with |
This is a behavior on the native side of the SDK. I don't know if it is working. I suggest you open an issue in the Android SDK repository: https://github.com/BranchMetrics/android-branch-deep-linking-attribution |
When you call disableTracking (true or false), this is persisted in some SharedPreferences of the Native SDK. It takes effect after you restart the application. For this reason, when you opened the application it worked and after calling disableTracking and opening the application again it no longer works. But the Branch team can give you accurate information. |
Describe the bug
Thanks a lot for your package, it helps us a lot. There is a issue may need your help.
All functions works well for version 8.0.1, after upgrade to version 8.0.2 Android cannot open the deeplink.
The case very similar to #325, the onInitFinish callback seems not be called, even though I add the
branch.json
file to Android project.Smartphone (Please complete the following information. remove session if not platform):
Flutter: version: 3.16.9
Package version: 8.0.1 (Android device will not work for 8.0.2)
OS: Android 14
Device: Google Pixel 3a / 6a
Additional context
log detail:
Thanks a lot!
The text was updated successfully, but these errors were encountered: