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
Includes fixes for issues where native Swift calls to Braze.init and Braze.changeUser would block the calling thread. Refer to the linked release notes for further details.
Includes fix for a bug that prevented geofences from being registered with CLLocationManager when automaticLocationCollection was disabled.
Fixes an iOS issue where Braze.subscribeToInAppMessage(false, callback) would fail to disable the default in-app message UI if another React Native event listener was registered first.
Fixes an Android crash where Braze.requestPushPermission() could throw a NullPointerException while off the main thread.