Search found 5 matches

Go to advanced search

by Kevin McGuire
Fri May 16, 2014 11:09 am
Forum: Issues
Topic: I have push notifications working, now how do I handle them in the app? Can the user view the push message and clear th
Replies: 11
Views: 2346
 
Jump to post

I have push notifications working, now how do I handle them in the app? Can the user view the push message and clear th

Thank you for helping. When I put the following code in, not only will it not clear a previous badge but it will not receive any push notifications. var successHandler = function(){ var pushNotification = window.plugins.pushNotification; pushNotification.setApplicationIconBadgeNumber(successHandler,...
by Kevin McGuire
Fri May 16, 2014 1:58 am
Forum: Issues
Topic: I have push notifications working, now how do I handle them in the app? Can the user view the push message and clear th
Replies: 11
Views: 2346
 
Jump to post

I have push notifications working, now how do I handle them in the app? Can the user view the push message and clear th

Uh, no...As I said, I'm a newbie so step by step would be best. I have no idea how to define that as an empty function. Where can I get help with that? I have everything working.... I just want to be able to view the push notification in the app and clear the badge.

by Kevin McGuire
Tue May 13, 2014 1:45 am
Forum: Issues
Topic: I have push notifications working, now how do I handle them in the app? Can the user view the push message and clear th
Replies: 11
Views: 2346
 
Jump to post

I have push notifications working, now how do I handle them in the app? Can the user view the push message and clear th

Hi Katya, I placed the following on Device Ready Event: var pushNotification = window.plugins.pushNotification; pushNotification.setApplicationIconBadgeNumber(successHandler, 0); Nothing happens, it does not clear the badge. I tried to follow the multiple links in other threads but the only other co...
by Kevin McGuire
Mon May 12, 2014 2:20 am
Forum: Issues
Topic: I have push notifications working, now how do I handle them in the app? Can the user view the push message and clear th
Replies: 11
Views: 2346
 
Jump to post

I have push notifications working, now how do I handle them in the app? Can the user view the push message and clear th

I followed push notifications tutorial and have it working but how do I handle these notifications with the app? I just want to add something simple where the user can view the push notification and then the badge clears. I'm a newbie so I need a step by step. :)

Go to advanced search