Skip to content

3.0.0

Compare
Choose a tag to compare
@lowip lowip released this 24 May 14:01
· 2 commits to main since this release
83439e9

Breaking

  • Updates the Braze Swift SDK bindings to require releases from the 9.2.0+ SemVer denomination.
    • This allows compatibility with any version of the Braze SDK from 9.2.0 up to, but not including, 10.0.0.
    • Refer to the changelog entries for 7.0.0, 8.0.0, and 9.0.0 for more information on potential breaking changes.
  • Push notification support now requires a call to the static method BrazeDestination.prepareForDelayedInitialization() as early as possible in the app lifecycle, in your application's AppDelegate.application(_:didFinishLaunchingWithOptions:) method.

Fixed

  • Restore push notification support when the BrazeDestination plugin is integrated with Analytics-Swift 1.5.0+.
    • See the Breaking entry of the changelog for more information.