You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
Branch iOS SDK Change Log
2
2
3
+
V.3.0.0
4
+
5
+
- Add a Privacy Manifest for the Branch SDK. App developers may need add an App level Privacy Manifest for data they collect and pass into the Branch SDK.
6
+
- Known Issue: When using cocoapods without the `use_frameworks!` option, the build can fail with a duplicate privacy manifest error. Workaround is to manually merge privacy manifests.
7
+
- Add support for a tracking domain. When Ads tracking is enabled, the SDK sends event calls to a tracking domain.
8
+
- iOS 12 is now the min version
9
+
- Xcode 15 is now the min version
10
+
- Fix short URL creation via a sharesheet when tracking is disabled
11
+
- Add macCatalyst checks
12
+
- SetIdentity and Logout are now handled device side
13
+
- Remove deprecated code and some data minimization
14
+
- Cross Platform ID
15
+
- Credits and Referrals
16
+
- Close requests
17
+
- Facebook App Links
18
+
- pre-iOS 14 tracking status. This is always `false` on recent iOS versions.
19
+
- Tune data upgrade check
20
+
- v1 Branch Events, all events are now v2 Branch Events
21
+
- pre-iOS 10 locale support
22
+
- Device carrier. This was used for fraud analysis, but is no longer available on new iOS versions.
23
+
3
24
V.2.2.1
4
25
5
26
Branch iOS SDK 2.2.1 adds parameter for current SKAN 4.0 Window in /v1/open and /v2/event requests.
0 commit comments