Skip to content

7.1.0

Choose a tag to compare

@PushwooshCI PushwooshCI released this 15 Jun 12:27

New Features

  • Added PushwooshNotificationServiceExtension — a drop-in base class for a Notification Service Extension. Just subclass it and Pushwoosh handles the message delivery event, badge counting and rich-media attachments for you.

    import PushwooshFramework
    
    class NotificationService: PushwooshNotificationServiceExtension {}

Deprecations

  • PWNotificationExtensionManager is deprecated — subclass PushwooshNotificationServiceExtension instead.