Skip to content

Release 5.0.4

Compare
Choose a tag to compare
@echo-branch echo-branch released this 19 Aug 02:22
· 210 commits to master since this release

2021-08-16 Version 5.0.4

Update iOS SDK to 1.39.4

Adds support to check the pasteboard for deferred deeplink data. Add checkPasteboardOnInstall to branch.json. The feature is optional and disabled by default.

To enable this feature within the AppDelegate.m, add the following line before the init:
[RNBranch.branch checkPasteboardOnInstall];

Update Android SDK to 5.0.9

Fix initSessionTtl type. Thanks blurrypixeldust!

Fix BranchUniversalObject.generateShortUrl type. Thanks nasmuris!