Skip to content

1.11.0 Release

Compare
Choose a tag to compare
@jkasten2 jkasten2 released this 11 Aug 20:08

WP8.1 support + other fixes

  • Added support for Windows Phone 8.1 projects.
  • Fixed Android issue where postNotification was not formatting UTF-8 notifications correctly.
  • Fixed iOS bug where notifications would clear when opening / resuming the app.
    • Notifications will still be cleared in this way when a badge is set.
      • This is due to an iOS limitation where clearing the badge count has a side effect of clearing all notifications from the app.
    • iOS 6 & 7 - When a notification is opened all other notifications from the app will still be cleared.
      • This logic remains otherwise notifications can be tapped on multiple times.
  • Fixed bug where if content-available was set the notification would be marked opened when received and again when it was opened.