Skip to content

3.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 01:14
· 67 commits to master since this release
9eb07e2

Release 3.3.0

SDK behavior change to fix a race condition when opening a closed app with a link. In some apps, this may improve link reliability.

When opening a closed app with a link, the Branch SDK will no longer attempt to merge the app open and link arrival lifecycle events. Apps will now get called on "app open" and on "link arrival", which are often very close together. If your app ignores callbacks with no link data, then this change should be transparent. If your app takes action on every branch callback, you may need to account for this change in behavior.