File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed
Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 11Branch iOS SDK Change Log
22
3+ v1.38.0
4+ Feb. 10, 2021
5+
6+ CORE-1608
7+ Switch to semantic versioning.
8+
9+ CORE-1677
10+ Add a static xcframework.
11+ The pre-built static xcframework is Branch_static.zip attached to the github release page. Note that tvOS does not support static frameworks.
12+
13+ CORE-1626
14+ Remove some non-inclusive terms.
15+ The method 'addWhiteListedScheme' is now named 'addAllowedScheme'
16+ The method 'setWhiteListedSchemes' is now named 'setAllowedSchemes'
17+
18+ SDK-1111
19+ The method to obtain last attributed touch data now includes an NSError in the completion block.
20+
21+ - (void)lastAttributedTouchDataWithAttributionWindow:(NSInteger)window completion:(void(^) (BranchLastAttributedTouchData * _ Nullable latd, NSError * _ Nullable error))completion;
22+
23+ SDK-1106
24+ Remove old data transfer code. Addresses a potential crash.
25+
326v0.37.0
427January 20, 2021
528
Original file line number Diff line number Diff line change 11#checksum for Branch.zip on Github
2- 578fda9ace215587d1ce132eb5a6774c8f2402e0 Branch.zip
2+ 8e026a30027a27b4cdef0f843ec730e9d0448bf7 Branch.zip
Original file line number Diff line number Diff line change 1+ #checksum for Branch_static.zip on Github
2+ 738656306d3ac1d7ce6f6f1c6bcbd59520fed293 Branch_static.zip
You can’t perform that action at this time.
0 commit comments