You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am expecting to see network requests being made by the Branch SDK every time the app is opened or an event that is tracked in the app is triggered, whether through a Branch link or triggering the events organically within the app. But we only see minimal logs. The light green are print statements in our code placed just before we call FlutterBranchSdk.trackContentWithoutBuo().
I followed Branch support instructions to:
Run the Integration Validator with no errors.
Confirm we are using Branch's Flutter SDK 7.3.0. Branch support said:
"this points to the Android SDK version being used in the version of Flutter you are using is what is causing these issues with the logs not appearing (logging issue on Android SDK v5.8.0 was fixed in v5.8.1)."
Enable logging.
I tried with useTestKey both on and off, and the output looks the same, except for this log entry:
BranchSDK: enableTestMode has been changed. It now uses the test key but will not log or randomize the device IDs. If you wish to enable logging, please invoke enableLogging.
Test device:
Flutter: v3.19.5
OS: Android 14.0 (U) - API 34
Device: Android Studio Emulator 34.1.20-11610631
Model: sdk_gphone64_arm64
The text was updated successfully, but these errors were encountered:
## 8.0.3
### ⚠️ BREAKING CHANGE
This is a major release which contains breaking API changes.
#### ⚠️ SDK Initialization Changed
* `useTestKey` parameter is no longer supported at `FlutterBranchSdk.init()`.
Check the instructions in `README.MD` on how to activate the `key_test_`.
### 🐛 Bug Fixes
* Fix issue #340: Logging not working in Android Studio Emulator
I am expecting to see network requests being made by the Branch SDK every time the app is opened or an event that is tracked in the app is triggered, whether through a Branch link or triggering the events organically within the app. But we only see minimal logs. The light green are print statements in our code placed just before we call
FlutterBranchSdk.trackContentWithoutBuo()
.I followed Branch support instructions to:
Run the Integration Validator with no errors.
Confirm we are using Branch's Flutter SDK 7.3.0. Branch support said:
Enable logging.
I tried with
useTestKey
both on and off, and the output looks the same, except for this log entry:Test device:
The text was updated successfully, but these errors were encountered: