6.6.1
Fixed
- Fixes a crash in the geofences feature that could occur when the number of monitored regions exceeded the maximum count.
- Fixes an issue introduced in
6.3.1that would always update a user's push subscription status tooptedInon app launch if push permissions were authorized on the device settings.- The SDK now will only send the subscription status at app launch if the device notification settings goes from denied to authorized.
Braze.ContentCard.logClick(using braze: Braze)will now log a click regardless of whether theContentCardhas aClickAction.- This behavior differs from the default API
Braze.ContentCard.Context.logClick(), which has the safeguard of requiring aClickActionto log a click.
- This behavior differs from the default API