Skip to content

Releases: Appboy/appboy-segment-ios

2.2.1

13 Sep 19:58
Compare
Choose a tag to compare

Important: This release has known issues displaying HTML in-app messages. Do not upgrade to this version and upgrade to 2.2.2 and above instead. If you are using this version, you are strongly encouraged to upgrade to 2.2.2 or above if you make use of HTML in-app messages.

Changed

2.2.0

12 Sep 18:04
Compare
Choose a tag to compare

Important: This release has known issues displaying HTML in-app messages. Do not upgrade to this version and upgrade to 2.2.2 and above instead. If you are using this version, you are strongly encouraged to upgrade to 2.2.2 or above if you make use of HTML in-app messages.

Breaking
  • Updated to Braze iOS SDK 3.20.0.
  • Important: Braze iOS SDK 3.20.0 contains updated push token registration methods. We recommend upgrading to this version as soon as possible to ensure a smooth transition as devices upgrade to iOS 13. In application:didRegisterForRemoteNotificationsWithDeviceToken:, replace
[[Appboy sharedInstance] registerPushToken:
                [NSString stringWithFormat:@"%@", deviceToken]];

with

[[Appboy sharedInstance] registerDeviceToken:deviceToken]];

2.1.0

11 Sep 16:42
Compare
Choose a tag to compare

Important: This release has known issues displaying HTML in-app messages. Do not upgrade to this version and upgrade to 2.2.2 and above instead. If you are using this version, you are strongly encouraged to upgrade to 2.2.2 or above if you make use of HTML in-app messages.

Breaking

2.0.4

19 Aug 18:35
Compare
Choose a tag to compare
  • Supports Braze 3.17.0.
    • Updates the podspec to explicitly require version 3.17.0 of the Braze iOS SDK.

2.0.2

01 Nov 19:36
Compare
Choose a tag to compare
  • Supports analytics-ios 3.+ and Braze 3.10.0+.
  • Fixes a potential race condition when calling identify.

2.0.1

18 Sep 18:44
Compare
Choose a tag to compare
  • Supports analytics-ios 3.+ and Appboy 3.1.0+
  • Fixes an issue for those using use_frameworks! in their Podfile

2.0.0

15 Aug 16:50
Compare
Choose a tag to compare
  • Supports analytics-ios 3.+ and Appboy 3.0.0+
  • Adds support for custom attribute values with array types.
  • Adds support for purchase revenue with NSNumber type.
  • Adds support for custom endpoints which can be set on the Segment dashboard.

1.0.7

13 Jul 18:46
Compare
Choose a tag to compare
  • Supports analytics-ios 3.+ and Appboy 2.30.0+
  • Fixes an issue where install attribution data was being sent up as an event.

1.0.6

22 Jun 15:00
Compare
Choose a tag to compare
  • Updates the wrapper SDK to work with Xcode 9 beta 2.

1.0.5

25 Apr 15:47
Compare
Choose a tag to compare
  • Supports analytics-ios 3.+ and Appboy 2.29.0+
  • Adds support for custom attribute values with date types.