Release 5.8.0
2023-03-29 Version 5.8.0
- To address a race condition where apps don't receive Branch params on cold starts, an opt in fix will defer loading the native iOS/Android layer until signaled
by this plugin insubscribe()
.
This can be enabled by creating abranch.json
file with the contents:Android: Place this file in your src/main/assets folder{ "deferInitForPluginRuntime": true }
iOS: Add this file through Xcode, File -> Add Files to "YourProject.xcodeproj"
and add to Copy Bundle Resources for each target that inits the Branch SDK. - Update Android SDK to 5.3.0
- Update iOS SDK 2.1.0
It may be necessary to clear out pod cache and reinstall - Fixes the typing of
isTrackingDisabled
to returnPromise<boolean>