Releases: BranchMetrics/ios-branch-sdk-spm
Releases · BranchMetrics/ios-branch-sdk-spm
3.13.3
3.13.2
Release Note (3.13.2)
- Suppressed deprecated StoreKit API warnings. These APIs will be replaced with StoreKit 2 APIs in upcoming releases.
- Added defensive fix to improve reliability of NSInvocation calls.
- Added some additional debug logging.
3.13.1
Release Note (3.13.1)
- SDK Request Queue will not cache request objects failed with Https Response Codes - 1xx, 2xx, 3xx and 4xx.
- Fixed bug - SDK will send odm_info if Consumer Protection Attribution Level is not set or is set to 'FULL'.
Release 3.13.0
Release Note (3.13.0)
- Added API 'setAnonID' to set custom Meta Anon ID for the current user.
- Added API 'setSDKWaitTimeForThirdPartyAPIs' to set time for which SDK will wait for fetching data from third-party APIs, such as ODM info and Apple Attribution Token.
- Removed apple_receipt and apple_testflight params from the Server Requests.
Release 3.12.2
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
Release Note (3.12.1)
- Fixed bug - SDK crashes when Meta AEM query param
al_applink_data
is empty.
3.12.0
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
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
Release Note (3.10.0)
- Added new API
setSafetrackAPIURL
for setting custom safetrack URL. - Fixed Bug - Clear initial referrer after init.
3.9.1
Release Note (3.9.1)
- Fix for the warning 'Missing header files from umbrella header' when integrating BranchSDK into a hybrid app using SPM.