Skip to content

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

3.12.2

18 Jul 18:18
6d9b036
Compare
Choose a tag to compare

Release Note (3.12.2)

  • Fixed bug where error object was not being forwarded when receiving error from service.
  • Fixed bug with Advanced Compliance and Integration Validator.
  • Added param 'operational_metrics' in v1/install request.

3.12.1

20 May 23:53
48412bf
Compare
Choose a tag to compare

Release Note (3.12.1)

  • Fixed bug - SDK crashes when Meta AEM query param al_applink_data is empty.

3.12.0

15 May 16:40
6fa86b1
Compare
Choose a tag to compare

Release Note (3.12.0)

  • Added browser experience for apps that have opted in. WebURL will open in in-app browser if app is linked with SafariServices.framework otherwise it will open in external browser.

3.11.0

05 May 19:40
ff2bb28
Compare
Choose a tag to compare

Release Note (3.11.0)

  • Added Google ODM Event Data support. SDK will fetch, cache and send ODM event data with v1/install and v1/open requests for 180 days.
  • Added new API setODMInfo:andFirstOpenTimestamp to set ODM Event data and first open timestamp if app developer wants to set it instead of SDK.

3.10.0

07 Mar 01:48
ab9c9d6
Compare
Choose a tag to compare

Release Note (3.10.0)

  • Added new API setSafetrackAPIURL for setting custom safetrack URL.
  • Fixed Bug - Clear initial referrer after init.

3.9.1

20 Feb 20:36
d85a2e2
Compare
Choose a tag to compare

Release Note (3.9.1)

  • Fix for the warning 'Missing header files from umbrella header' when integrating BranchSDK into a hybrid app using SPM.

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.