132
Views
1
Comments
[Firebase Cloud Message Plugin] Remove App Badge numbers
Question

Hi,

How we can remove app badge icon numbers from the app icon in ios.

Regards,



2022-05-03 11-39-19
Ruben van Vugt

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

Regards,

Ruben

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.