Skip to content

7.0.46

Choose a tag to compare

@PushwooshCI PushwooshCI released this 08 Jun 09:47

New Features

  • Added a new optional module, PushwooshNotificationUI, providing a ready-made full-screen "stories" experience for expanded push notifications. Subclass PushwooshStoriesViewController in a Notification Content Extension to render Instagram-style stories — full-bleed images, auto-advancing progress bars, tap-to-navigate, per-frame title/subtitle and a deep-link button. Stories are driven by a pw_stories payload, with opt-in haptics, long-press to pause, crossfade and looping, plus a delegate for analytics.

    import PushwooshNotificationUI
    
    class NotificationViewController: PushwooshStoriesViewController {}

Bug Fixes

  • Fixed PushwooshFramework.framework shipping without a version string (CFBundleShortVersionString), which caused App Store to reject app uploads with error 409. The framework now carries the correct release version.
  • Fixed the notification service extension hanging until the system timeout (and falling back to a media-less notification) when an App Group was configured.
  • Fixed a crash in the notification service extension when a push contained a malformed badge value.