7.0.46
New Features
-
Added a new optional module,
PushwooshNotificationUI, providing a ready-made full-screen "stories" experience for expanded push notifications. SubclassPushwooshStoriesViewControllerin 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 apw_storiespayload, 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.frameworkshipping 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.