You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting badge count on iOS causes notifications to stop. I can reproduce this quickly with the following steps:
Restart the phone
Run the app then put it in background
Send some notifications that increment the badge count. Note that the notification is displayed and the badge count increments as expected.
Open the app and send some more notifications, but do not increment the badge count by leaving iOSOptions null. Note that notifications are displayed as expected.
Background the app and send some more notifications. Note that notifications no longer appear and the badge is not incremented.
Open the app and one previously sent notification will appear.
If this does not repro the first time, repeat starting with Step 2.
This error state will remain until the phone is restarted. Force quitting the app does not clear the error state. My app sets UIApplication.SharedApplication.ApplicationIconBadgeNumber=0 in AppDelegate.OnActivated. Also, the notification I am sending does not set the "alert" field and sets content-available =1.
More info:
Once in the error state, if I leave the app in the background after Step 5 for about 7 minutes, one notification will display and increment the badge count. Send another notification at this point and it will not display for another 7 minutes.
The text was updated successfully, but these errors were encountered:
Setting badge count on iOS causes notifications to stop. I can reproduce this quickly with the following steps:
This error state will remain until the phone is restarted. Force quitting the app does not clear the error state. My app sets UIApplication.SharedApplication.ApplicationIconBadgeNumber=0 in AppDelegate.OnActivated. Also, the notification I am sending does not set the "alert" field and sets content-available =1.
More info:
Once in the error state, if I leave the app in the background after Step 5 for about 7 minutes, one notification will display and increment the badge count. Send another notification at this point and it will not display for another 7 minutes.
The text was updated successfully, but these errors were encountered: