We should implement notification Stacking. I'm not sure if this happens on the frontend or the backend, but if a user gets multiple notifications, we don't want the latest one to replace the others. We want them all to be listed (for now) so that the user can see them. https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/PAYLOAD.md#stacking
Also, please check the logic for push.setApplicationIconBadgeNumber also needs to work correctly - the number should match the badge that exists for the "All" button on the newsfeed
We should implement notification Stacking. I'm not sure if this happens on the frontend or the backend, but if a user gets multiple notifications, we don't want the latest one to replace the others. We want them all to be listed (for now) so that the user can see them. https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/PAYLOAD.md#stacking
Also, please check the logic for push.setApplicationIconBadgeNumber also needs to work correctly - the number should match the badge that exists for the "All" button on the newsfeed