Hi everyone,
I’ve just built an app using local push notifications for iOS. The example I used was lifted directly from http://docs.coronalabs.com/guide/events/appNotification/index.html
From my understanding of the documentation - in iOS the native.setProperty( “applicationIconBadgeNumber”) is just a getter/setter function that updates the badge number on the device.
The client is complaining that the number of push notifications don’t reset when they reinstall a new version of the app (via Testflight) on their device. This is happening even when the notification badge is set to 0 and then they reinstall a new version and it resets to 2 without even opening the app.
Notification are set and cancelled within a single table and they are only set once so I don’t think there is an issue of logic. When the app starts for the first time though I clear all the notifications but they have to open the app first.
Unfortunately I don’t have any code to share but really any information badge numbers in iOS and push-notifications would be helpful. Has anyone experienced a similar problem?
Thanks,
/Topher.