Skip to content

Releases: BranchMetrics/ios-branch-deep-linking-attribution

3.9.0

07 Feb 01:04
de7673b
Compare
Choose a tag to compare

Release Note (3.9.0)

  • Integration Validator 2.0 - Improved integration validator to provide references to how to fix when a check fails, export logs from the app and invoke it using query parameter.
  • Fixed Integration Validator crash when URIs and bundle ids from the server are empty.
  • Fixed Init Race for Push notifications.
  • Fixed issue which was not sending linking request when tracking is disabled and app is launched via spotlight results.
  • Added test apps for Mobileboost.
  • Added GHA for Mobileboost.
  • Fix for early branch init on install.
  • Fixed compilation error for enableLoggingAtLevel API when used without callback.

3.8.0

08 Jan 18:06
8d38849
Compare
Choose a tag to compare

Release Note (3.8.0)

  • Added new BranchAdvancedLogCallback which contains request and response data for Branch network requests
  • Added ability to set Consumer Protection Attribution Level through the branch.json file

3.7.0

18 Nov 23:14
5c41177
Compare
Choose a tag to compare

Release Note (3.7.0)

  • Added setConsumerProtectionAttributionLevel for controlling attribution data collection
  • Deprecated setTrackingDisabled in favor of setConsumerProtectionAttributionLevel(NONE)

3.6.5

23 Oct 22:21
3681750
Compare
Choose a tag to compare

Release Note (3.6.5)

  • Removed on-disk caching and replay of server request objects.

3.6.4

04 Oct 22:05
146bf4e
Compare
Choose a tag to compare

Release Note (3.6.4)

  • Added 'branch_sdk_request_unique_id' and 'branch_sdk_request_timestamp' to post params of all the SDK requests.

3.6.3

24 Sep 22:44
66dfe77
Compare
Choose a tag to compare

Release Note (3.6.3)

  • Fix for duplicate events created from archived request queue on disk.

3.6.2

09 Sep 19:05
800ea81
Compare
Choose a tag to compare

Release Note (3.6.2)

  • Fix for issue which was sending an extra open request on cold app launch.
  • Updated previous fix for cold link launch when using deferred initialization and an AppDelegate only app.

3.6.1

20 Aug 23:41
ff03e3a
Compare
Choose a tag to compare

Release Note (3.6.1)

  • Fixed issues where external_intent_uri was incorrectly set in certain cases

3.6.0

02 Aug 23:28
b812991
Compare
Choose a tag to compare

Release Note (3.6.0)

  • Fixes intermittent issue with universal links on cold opens

3.5.1

27 Jul 00:10
79705f6
Compare
Choose a tag to compare

Release Note (3.5.1)

  • Minor logging improvement