Skip to content

2.2.0 Release

Choose a tag to compare

@jkasten2 jkasten2 released this 16 Mar 21:44

Xcode 8

Xcode 7 is no longer supported in this release, please update to Xcode 8

iOS NotificationServiceExtension

iOS Media attachments and action buttons now use a NotificationServiceExtension with mutable-content instead of content-available on iOS 10 for improved delivery reliability and speed. This fixes the issue where notifications with these features would not show if the app was force-quit by swiping it away.

Upgrade NOTE!

Make sure to follow the new step to add this Notification Service Extension as it is now required to add action buttons and Attachments.
Add Notification Service Extension
Failing to add this will result in basic notifications shown without these features on iOS 10 devices.

Misc iOS Fixes

  • Fixed bug where sending notifications with action buttons set would remove other notification categories set in the app.
  • Fixed issue where actionID was not set when tapping on a notification button without additional on the notification.
  • Fix for intermittent IAP crash. Issue #30