Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Reset Push Badge

Hi Carlos,

I'm sorry it was wrong code. Please try this on device ready event:

pre

var onDelay = function(){

Code: Select all

var pushNotification = window.plugins.pushNotification; 
PushNotification.setApplicationIconbadgenumber(0, function(){});  

};
window.setTimeout(onDelay, 1000);

/pre

Regards.

Chris6743166
Posts: 1
Joined: Tue Mar 18, 2014 11:50 am

Reset Push Badge

Hi Yurii,

I've just tried your latest suggested code on iOS 6.1.6 and it isn't working for me. I added it as a device ready javascript function on the app's homepage.

Chris

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Reset Push Badge

Hi Chris,

Please give us your app public link and describe steps to reproduce this problem.

Regards.

Return to “Issues”