Skip to content

Releases: Tealium/tealium-ios-braze-remote-command

3.4.0

08 Jul 08:43
08a2d34
Compare
Choose a tag to compare
  • Updated Braze SDK dependencies to 9.0+

3.3.0

23 Apr 08:11
Compare
Choose a tag to compare

Updated Braze SDK dependencies to 8.0+

3.2.0

08 Mar 13:55
770620c
Compare
Choose a tag to compare

Support XCode 15 and raise minimum iOS deployment target to iOS 12

3.1.1

26 Jan 15:11
89c49a8
Compare
Choose a tag to compare
  • Updated mappings for order_currency and quantity to the unified names product_currency and product_qty.
  • Old mappings (order_currency and quantity) is still preserved for retro compatibility but it's deprecated.

3.1.0

23 Nov 16:49
cdf678d
Compare
Choose a tag to compare
  • Upgraded the braze-swift-sdk to version 7.2.0
  • Removed the pushdisplayoptions from the possible device properties as it was deprecated in the braze library
  • Added the new config options for forwardUniversalLinks and useUUIDAsDeviceId
  • Changed the setCustomAttribute to allow [String], [String: Any] and [[String: Any]] to be passed too as they are also accepted now

3.0.0

10 Jan 16:46
Compare
Choose a tag to compare

Upgrade to braze-swift-sdk 5.8.x

2.1.0

03 Feb 14:27
357d736
Compare
Choose a tag to compare
  • Update Braze minimum version to 4.4
  • Update TealiumSwift minimum version to 2.6.0
  • Add version of the remote command to the DataLayer
  • Add SPM support

2.0.0

21 Oct 19:16
b0dd14a
Compare
Choose a tag to compare
  • Update for JSON Controlled Remote Commands
  • Update to the latest version of the Appboy SDK
  • Sample App Updates

1.0.0

11 Mar 17:27
Compare
Choose a tag to compare
  • Updated to latest Braze and Tealium SDKs
  • Updated Objective-C files to include registerDeviceToken(_ deviceToken: Data)
  • Updated Sample App to pull the latest version

0.0.6

26 Feb 18:43
423cebf
Compare
Choose a tag to compare
  • Updated CocoaPods dependencies to always use the latest TealiumSwift pod and only include strictly necessary modules by default.
  • Updated Sample Apps to use the latest TealiumSwift API
  • Ensures AppBoy.start() is always called on the main thread