Hi,
How we can remove app badge icon numbers from the app icon in ios.
Regards,
Hi Mohammad,
It's an old thread but I still want to answer as maybe someone else can use the answer. The way to reset the badge icon number is to use the PushOptions. Those are used as input in the InitPushNotifications action. Set the following to True:
PushOptions.iOS.ClearBadge
Ruben