Skip to content

Releases: BranchMetrics/react-native-branch-deep-linking-attribution

Release 5.6.0

01 Oct 00:27
81c93ec

Choose a tag to compare

2022-09-30 Version 5.6.0

  • Update Android SDK to 5.2.4
  • Update iOS SDK to 1.43.2
  • Fix BranchUniversalObject showShareSheet return type definition (thanks romanlitvin)
  • Change customData type definition to String String dictionary (thanks vincent-paing!)
  • Fixed clearPartnerParameters call (thanks danilobuerger!)
  • Add callback to setIdentity in new function setIdentityAsync

Release 5.5.0

20 Jul 22:38
3a6ac67

Choose a tag to compare

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

09 Jun 19:27
461f2b8

Choose a tag to compare

  • Update Android SDK to 5.1.5

  • Update iOS SDK to 1.42.0

Release 5.4.0

11 Feb 01:51
9ed14c8

Choose a tag to compare

  • 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

31 Jan 21:12
4fe1c39

Choose a tag to compare

  • Null checks for listeners. Thanks ilyagru!
  • Depend on React-Core instead of React. Thanks radko93!
  • Use @ReactModule annotation. Thanks janicduplessis!

Release 5.3.0

26 Jan 01:33
7613645

Choose a tag to compare

  • 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

30 Oct 00:09

Choose a tag to compare

2021-10-27 Version 5.2.1

Update iOS SDK to 1.40.2

Release 5.2.0

28 Oct 23:14
652eecc

Choose a tag to compare

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

06 Oct 03:22
ec089aa

Choose a tag to compare

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

19 Aug 02:22

Choose a tag to compare

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!