Skip to content

Release 5.8.0

Compare
Choose a tag to compare
@gdeluna-branch gdeluna-branch released this 30 Mar 00:29
· 52 commits to master since this release
b8b4414

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 in subscribe().
    This can be enabled by creating a branch.json file with the contents:
    {
      "deferInitForPluginRuntime": true
    }
    Android: Place this file in your src/main/assets folder
    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 return Promise<boolean>