I use a phone gap plugin and xcode 5.
Lets see the example of the problem:
The application is in background or closed.
- I send the notification.
- User sees the notification pop up, without clicking on it.
- I send another notification.
If user open notification bar it will see two notification actually i want to delete the previous some how and present to user only the second notification.
The eqvivalent in java is NotificationManage.cancelAll();
For now each/all notification i send are shown when user open notifications bar.
Any help appreciated.