Skip to content

Releases: BranchMetrics/AdobeBranchExtension-iOS

Release 4.1.1

07 Oct 06:01
333fda7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.0...4.1.1

Release 4.1.0

08 Sep 21:29
85f4ffb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.0...4.1.0

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]