Releases: BranchMetrics/ios-branch-sdk-spm
Release 3.4.2
Release Note (3.4.2)
Fix tvOS build when using SPM
Release 3.4.1
Release Note (3.4.1)
Fix cold link launch when using deferred initialization and an AppDelegate only app.
Fix cocoapods privacy manifest collision.
Fix error recovery serialization.
Update logs with more appropriate log levels.
Pass back underlying Network NSErrors that cause the SDK to give up.
Release 3.4.0
Release Note (3.4.0)
- Added support for setting the Branch API base URL through the
branch.json
file.
3.3.0
Release 3.3.0
SDK behavior change to fix a race condition when opening a closed app with a link. In some apps, this may improve link reliability.
When opening a closed app with a link, the Branch SDK will no longer attempt to merge the app open and link arrival lifecycle events. Apps will now get called on "app open" and on "link arrival", which are often very close together. If your app ignores callbacks with no link data, then this change should be transparent. If your app takes action on every branch callback, you may need to account for this change in behavior.
3.2.0
Release Note (3.2.0)
v.3.2.0
Add support for setting DMA compliance parameters.
Update logging to allow a custom callback so clients may reroute Branch Logs to their logging infrastructure.
Update logging to use os_log private by default.
New custom server URL API. When set the SDK will always use this endpoint, the Privacy Manifest should be edited to match.
Update cocoapods, frameworks and tests to use SPM layout.
Fix crash when using pre-built xcframework on iOS 12
Improve Swift compatibility by removing API variations that differ only by an NSError.
Mirror of https://github.com/BranchMetrics/ios-branch-deep-linking-attribution/releases/tag/3.2.0
3.1.0
v.3.1.0
Fix tuist SPM integration when using external by switching to a more typical SPM layout.
Note this release is only being deployed to the SPM repo to unblock tuist users. A follow up release will address compatibility between this bugfix and other integration methods.
3.0.1
Branch iOS SDK 3.0.1
Fix issue where organic opens are not sent if app is already running in the background
3.0.0
2.2.2
Branch iOS SDK 2.2.2 adds support for the Snapchat Click ID URL parameter.
- SDK-2068 - Added ScCid support
2.2.1
Release Note (2.2.1)
Branch iOS SDK 2.2.1 adds parameter for current SKAN 4.0 Window in /v1/open and /v2/event requests.
SDK-1982 - SKAN Simplification DB updates