Releases: BranchMetrics/AdobeBranchExtension-iOS
Releases · BranchMetrics/AdobeBranchExtension-iOS
Release 4.0.0
- Updated the Branch SDK to v3.4.4
- Updated to the new AEP SDK's with v5.1.0
Release 3.1.0
- Updated the Branch SDK to v3.2.0
- Fixed issue with custom data from AEPEvents not being properly included in the respective Branch Event's custom data.
Release 3.0.0
- Updated the Branch SDK to v3.0.1
- Updated to the new AEP SDK's with v4.2.0
- Raised the minimum iOS version to 12.0
AdobeBranchExtension-iOS 2.0.0
- Updated the Branch SDK to v2.1.2
- Updated to the new AEP SDK's with v4.0.0
AdobeBranchExtension-iOS 1.3.6
Fix rare threading crash.
AdobeBranchExtension-iOS 1.3.5
Fixed problem with static compilation.
AdobeBranchExtension-iOS 1.3.4
Added API to attach device data to event shared state. Only applies to events that are tracked.
AdobeBranchExtension-iOS 1.3.3
Add API to filter events by name, set an allow list or an exclusion list. We do not support setting both.
[AdobeBranchExtension configureEventAllowList:@[@"VIEW"] error:&error]
[AdobeBranchExtension configureEventExclusionList:@[@"VIEW"] error:&error]
AdobeBranchExtension-iOS 1.3.2
Update the Branch iOS SDK to 1.39.x
AdobeBranchExtension-iOS 1.3.1
Update the Branch iOS SDK to 1.38.0 to address a compilation issue.