We’ve just pushed an update to Google Play, and a few users have told us that they are now seeing a “1” on their app icon, which doesn’t clear when they open the app. I’m also seeing it on my device.
We haven’t changed anything to do with push or local notifications for months, and my understanding was that badge numbers don’t work on Android anyway.
When the app starts we’re calling this:
local notifications = require( "plugin.notifications" ) notifications.cancelNotification()
but that doesn’t seem to be clearing it either. We’re using OneSignal for push messages, but again we haven’t changed anything about our implementation of that for some time.
Any ideas if there is anything we’ve overlooked?