Closed qirong-zhang-ext closed 4 months ago
I don't understand what you want.
The native Branch SDK on Android returns an error when the SDK is not successfully initialized.
The plugin is capturing this error and sending it to Flutter.
In Flutter, you capture the error and handle it according to your application's business logic.
The plugin cannot ignore the error and continue processing.
Hi @RodrigoSMarques,
Thanks for your reply!
Just want to confirm if this error will block any functionality of Branch. But seems like this error throwed by native SDK instead of plugin.
Want to know if this error is an expected behavior when disabled the tracking?
Thanks again.
Hi @RodrigoSMarques,
Thanks for your reply!
Just want to confirm if this error will block any functionality of Branch. But seems like this error throwed by native SDK instead of plugin.
Want to know if this error is an expected behavior when disabled the tracking?
Thanks again.
Hi @qirong-zhang-ext
Yes. This is expected behavior.
Check here:
https://help.branch.io/developers-hub/docs/honoring-opt-out-of-processing-requests#overview
https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking-attribution/issues/455
https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking-attribution/issues/455
Hi @RodrigoSMarques,
Thanks a lot for your information!
Then I will close this issue.đŸ«¡
Describe the bug Set disable tracking with true, then cold lunch the Android App, will get log like:
To Reproduce Steps to reproduce the behavior:
call this on main function:
call this when home page init:
Just start the app
Expected behavior Should init sdk successfully without error log.
Screenshots If applicable, add screenshots to help explain your problem.
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: