hansemannn / titanium-firebase-cloud-messaging

Use the Firebase Cloud Messaging SDK in Axway Titanium 🚀 Edit
Other
43 stars 31 forks source link

Irremovable push bubble appearing over app icon on iOS #153

Closed FizixTiramu closed 6 months ago

FizixTiramu commented 6 months ago

Hi,

A client has an app that uses push notifications to dispatch alerts. This is working fine, however, iOS has red bubble over the app icon with a notification count of 1 on it. This bubble will not clear, whether we dismiss the alert, clear it, open the app, or whatever.

Is there a way to clear all notification bubbles?

m1ga commented 6 months ago

Normally you use Ti.UI.iPhone.appBadge = 0 to set it back to 0

FizixTiramu commented 6 months ago

Thanks for the help, appreciated.