Skip to content

Branch iOS SDK 0.37.0

Compare
Choose a tag to compare
@echo-branch echo-branch released this 21 Jan 02:06
· 1074 commits to master since this release

v0.37.0
January 20, 2021

CORE-1198
Remove some non-inclusive terms.
The method 'blackListURLRegex' is now named 'urlPatternsToIgnore'.

CORE-1521
Add API to attach Facebook partner parameters to Branch install, opens and events.
See Facebook's documentation on advanced matching for details on valid parameters.

CORE-1316
Add support for xcframework.
Branch.xcframework has replaced Branch.framework. iOS and tvOS are both included in the same xcframework.
The pre-built xcframework is Branch.zip attached to the github release page.

Carthage integrations require the '--use-xcframeworks' flag. This feature is not yet in the general carthage release, you will need to install carthage from source.

Thread safety improvement to server performance metrics. Thanks benski!