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
Revert version numbers to 3.12.1 to match 4.0.0-alpha.0 base
The merge with master brought version 3.13.3 which should not be part
of this PR. Reverting all version references back to 3.12.1 to maintain
consistency with the 4.0.0-alpha.0 branch.
Files reverted:
- BranchSDK.podspec
- Sources/BranchSDK/BNCConfig.m
- scripts/version.sh
- ChangeLog.md
- BranchSDK.xcodeproj/project.pbxproj
Copy file name to clipboardExpand all lines: ChangeLog.md
-22Lines changed: 0 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,5 @@
1
1
Branch iOS SDK Change Log
2
2
3
-
v.3.13.3
4
-
— Fixed Bug - Missing Apple Attribution Token in Install Requests (impacted versions: 3.13.0 - 3.13.2).
5
-
6
-
v.3.13.2
7
-
— Suppressed deprecated StoreKit API warnings. These APIs will be replaced with StoreKit 2 APIs in upcoming releases.
8
-
— Added defensive fix to improve reliability of NSInvocation calls.
9
-
— Added some additional debug logging API.
10
-
11
-
v.3.13.1
12
-
- SDK Request Queue will not cache request objects failed with Https Response Codes - 1xx, 2xx, 3xx and 4xx.
13
-
- Fixed bug - SDK will send odm_info if Consumer Protection Attribution Level is not set or is set to Full.
14
-
15
-
v.3.13.0
16
-
- Added API 'setAnonID' to set custom Meta Anon ID for the current user.
17
-
- Added API 'setSDKWaitTimeForThirdPartyAPIs' to set time for which SDK will wait for fetching data from third-party APIs, such as ODM info and Apple Attribution Token.
18
-
- Removed apple_receipt and apple_testflight params from the Server Requests.
19
-
20
-
v.3.12.2
21
-
- Fixed bug where error object was not being forwarded when receiving error from service.
22
-
- Fixed bug with Advanced Compliance and Integration Validator.
23
-
- Added param 'operational_metrics' in v1/install request.
24
-
25
3
v.3.12.1
26
4
- Fixed bug - SDK crashes when Meta AEM query param `al_applink_data` is empty.
0 commit comments