-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Title support, notification clearing & open count
* Added support for notification title on iOS 8.2+ devices. * Fixed 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.
- Loading branch information
Showing
4 changed files
with
36 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters