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
Live Activities can now be scheduled to start at a future date (iOS 26)
tryPushwoosh.LiveActivities.schedule(
attributes: attributes,
contentState: state,
at: kickoffDate,
alertTitle:"Game starting!",
alertBody:"The match is about to begin")
A scheduled or running Live Activity can now be cancelled by its activityId via cancel(_:activityId:) (iOS 16.2+)
Modal Rich Media now supports fade and no-animation transitions, with a configurable animation duration
Bug Fixes
Fixed the modal Rich Media auto-close timer only applying to the first presentation
Fixed a memory leak after dismissing a modal Rich Media
Fixed integer values in Live Activity content being sent as booleans
Improvements
Modal Rich Media animations now match the Android SDK; old animation option names are deprecated in favor of a shared naming scheme
The modal Rich Media close button is now hidden unless enabled in the Rich Media settings
Hardened modal Rich Media against rare crashes during presentation and dismissal