Releases: BranchMetrics/react-native-branch-deep-linking-attribution
Release 5.5.0
2022-07-20 Version 5.5.0
- Branch QR code creation support added.
getBranchQRCode: ( settings: BranchQRCodeSettings, branchUniversalObject: BranchUniversalObjectOptions, linkProperties: BranchLinkProperties, controlParams: BranchLinkControlParams, ) => Promise<string>;
- Support for preinstall analytics.
setPreInstallCampaign = (campaign) => RNBranch.setPreinstallCampaign(campaign) setPreInstallPartner = (partner) => RNBranch.setPreinstallPartner(partner)
- Update react-native to 0.63.0
- Update Android SDK to 5.2.0
- Update iOS SDK to 1.43.1
Release 5.4.1
-
Update Android SDK to 5.1.5
-
Update iOS SDK to 1.42.0
Release 5.4.0
-
Fix type definition of createBranchUniversalObject (Thanks v-fernandez!)
-
Update Android SDK to 5.1.0
-
Update iOS SDK to 1.41.0
-
Update other dependencies to latest non-breaking
Release 5.3.1
- Null checks for listeners. Thanks ilyagru!
- Depend on React-Core instead of React. Thanks radko93!
- Use @ReactModule annotation. Thanks janicduplessis!
Release 5.3.0
- Swift support. Thanks giautm!
- Expose iOS method handleATTAuthorizationStatus. Thanks adkenyon!
- Remove jcenter repository. Thanks yash221b!
- Fix removeListener deprecate warning. Thanks addingama!
Release 5.2.1
2021-10-27 Version 5.2.1
Update iOS SDK to 1.40.2
Release 5.2.0
2021-10-27 Version 5.2.0
Update iOS SDK to 1.40.1
Update Android SDK to 5.0.14
Release 5.1.0
2021-10-01 Version 5.1.0
Update Androd SDK to 5.0.13
Removes credit related APIs. Feature has been deprecated and the supporting services will be shutdown.
Release 5.0.4
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!
Release 5.0.3
Update Android SDK to 5.0.8
This update addresses a bug with handling server errors.