Page 4 of 4

Reset Push Badge

Posted: Sun Dec 07, 2014 11:40 pm
by Yurii Orishchuk

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.


Reset Push Badge

Posted: Tue Dec 09, 2014 11:11 am
by Chris6743166

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


Reset Push Badge

Posted: Tue Dec 09, 2014 11:35 pm
by Yurii Orishchuk

Hi Chris,

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

Regards.