11.9.0
Added
- Adds
Braze.LiveActivities.pushToStartTokenUpdatesStream: AsyncStream<Braze.LiveActivities.PushToStartTokenUpdate>
, an asynchronous stream which publishes updates pertaining to the Live Activities push-to-start token lifecycle.- See
Braze.LiveActivities.PushToStartTokenUpdate
for all varieties of update events published by the stream.
- See
- Adds dSYM files to the dynamic and mergeable variants of the Braze SDK XCFrameworks.
- This addresses an App Store submission validation warning when using Xcode 16.0 or later.
Fixed
- The SDK Debugger tool will now capture logs even when
Braze.configuration.logger.level
is.disabled
and no SDK logging occurs locally.- This aligns the Braze Swift SDK Debugger Tool behavior with that of the Debugger Tool on the Braze Android SDK.
- Sets the default background of
BannerUIView
to be transparent. - Renames the
VisibilityTracker.displayLinkTick
method toVisibilityTracker.brazeDisplayLinkTick
in BrazeUI to avoid potential naming conflicts with private system methods.