Skip to content

Releases: RodrigoSMarques/flutter_branch_sdk

Release 7.0.0 - beta 1

04 Oct 12:43
Compare
Choose a tag to compare
Pre-release

7.0.0

BREAKING CHANGE

  • Call the FlutterBranchSdk.init() method to initialize the SDK.

    Initialization must be called from main or at any time, for example after getting consent for GPDR.

    The init method has optional parameters that allow you:

    • change from test to live mode
    • enable logging
    • disable tracking to comply with GDPR.
  • initSession deprecated. Use listSession.

  • Removed deprecated methods:

    • setIOSSKAdNetworkMaxTime method
  • Removed Facebook App Install Ads on iOS

Enhancement

  • Updated compile & target SDK to Android API 33.
  • Updated example app Android compileSdkVersion to 33.

Release 7.0.0 - beta 0

03 Oct 11:02
Compare
Choose a tag to compare
Pre-release

BREAKING CHANGE

  1. Call the FlutterBranchSdk.init() method to initialize the SDK.

    Initialization must be called from main or at any time, for example after getting consent for GPDR.

    The init method has optional parameters that allow you:

    • change from test to live mode
    • enable logging
    • disable tracking to comply with GDPR.

2.initSession deprecated. Use listSession

Enhancement

  • Updated compile & target SDK to Android API 33.
  • Updated example app Android compileSdkVersion to 33.

Release 6.8.0

18 Sep 11:18
b6a2627
Compare
Choose a tag to compare
  • Updated Native Android SDKs:
  • Removed:
    • Facebook App Install Ads on Android (parameter branch_enable_facebook_ads)

Release 6.7.1

02 Sep 03:10
5f92a0e
Compare
Choose a tag to compare

Fix issue #237: Pass long URL when try creating Short URL in Offline

Release 6.7.0

10 Aug 01:02
edc6918
Compare
Choose a tag to compare

6.7.0

  • Updated Native Android and iOS SDKs:

  • Removed:

    • Firebase App Indexing in Android (listOnSearch and removeFromSearch return success but do not perform any action)
    • Old Apple Search Ads APIs (parameter branch_check_apple_ads)

Release 6.6.0

22 Mar 04:02
ba13e72
Compare
Choose a tag to compare

Release 6.5.0

17 Feb 17:12
8391d89
Compare
Choose a tag to compare

Release 6.4.0

04 Dec 02:41
e00a325
Compare
Choose a tag to compare

Release 6.3.0

13 Nov 03:04
1ac419d
Compare
Choose a tag to compare
  • New Method handleDeepLink
  • Fix issue #188: Failed to handle method call: java.lang.NullPointerException
  • Fix issue #189: Fix crash when adding a boolean control param
  • Fix issue #190: getTrackingAuthorizationStatus will open the iOS-dialog to requestTrackingAuthorization

Release 6.2.1

19 Oct 00:20
708aaa2
Compare
Choose a tag to compare

6.2.1

  • Fix issue #181: `Calling the getLastAttributedTouchData() exit with exception on IOS 15.7