Skip to content

Releases: BranchMetrics/AdobeBranchExtension-iOS

Release 4.0.0

12 Jun 00:07
fc3eb6f
Compare
Choose a tag to compare
  • Updated the Branch SDK to v3.4.4
  • Updated to the new AEP SDK's with v5.1.0

Release 3.1.0

08 Mar 19:54
dac62da
Compare
Choose a tag to compare
  • 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

04 Dec 20:49
1850038
Compare
Choose a tag to compare
  • 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

21 Jun 22:00
28e8bf0
Compare
Choose a tag to compare
  • Updated the Branch SDK to v2.1.2
  • Updated to the new AEP SDK's with v4.0.0

AdobeBranchExtension-iOS 1.3.6

14 Sep 04:10
17befe1
Compare
Choose a tag to compare

Fix rare threading crash.

AdobeBranchExtension-iOS 1.3.5

07 Feb 20:25
Compare
Choose a tag to compare

Fixed problem with static compilation.

AdobeBranchExtension-iOS 1.3.4

07 Feb 20:07
Compare
Choose a tag to compare

Added API to attach device data to event shared state. Only applies to events that are tracked.

AdobeBranchExtension-iOS 1.3.3

23 Apr 21:50
ada4b85
Compare
Choose a tag to compare

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

24 Mar 22:16
Compare
Choose a tag to compare

Update the Branch iOS SDK to 1.39.x

AdobeBranchExtension-iOS 1.3.1

25 Feb 18:57
Compare
Choose a tag to compare

Update the Branch iOS SDK to 1.38.0 to address a compilation issue.