You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renames Braze.Ecommerce.ProductViewedEvent.typeIdentifiers to type on Swift and Objective-C API surfaces.
Renames Live Activities push-to-start update events on Braze.LiveActivities.UpdateEvent.ActivityType, which are emitted when using Braze.LiveActivities.subscribeToStateUpdates(_:):
braze.liveActivities.unregisterPushToStart(types:completion:) removes Live Activities push-to-start tokens for the given activity attribute types (default: remove all push-to-start tokens). This is also available as unregisterPushToStart(types:) async throws but supports Swift only.
Adds a new logout method to unregister the device's push token and push-to-start tokens.
braze.logout(completion:) removes the push token and push-to-start tokens (if available), and then wipes all local data and disables the SDK on success. This is also available as logout() async throws and in Objective-C.