Skip to content

7.1.4

Latest

Choose a tag to compare

@PushwooshCI PushwooshCI released this 03 Jul 11:46

New Features

  • Live Activities can now be scheduled to start at a future date (iOS 26)
    try Pushwoosh.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