Skip to content

Branch iOS SDK 1.38.0

Compare
Choose a tag to compare
@echo-branch echo-branch released this 10 Feb 22:06
· 1054 commits to master since this release

Feb. 10, 2021

CORE-1608
Switch to semantic versioning! We added a 1 for improved compatibility with versioning tools.

CORE-1677
Add a static xcframework.
The pre-built static xcframework is Branch_static.zip attached to the github release page. Note that the static xcframework does not support tvOS.

CORE-1626
Remove some non-inclusive terms.
The method 'addWhiteListedScheme' is now named 'addAllowedScheme'
The method 'setWhiteListedSchemes' is now named 'setAllowedSchemes'

SDK-1111
The method 'lastAttributedTouchDataWithAttributionWindow' to obtain last attributed touch data now includes an NSError in the completion block.

SDK-1106
Remove old data transfer code. Addresses a potential crash.