I am facing a problem with removing the badge number which always shows a red "1" on app icon notification symbol where there is no notification pending.
How can I solve it?
Under Notifications, tap Notifications, and then tap the app you want to customize. Tap the On/Off switch next to the Allow icon badge option to turn it on or off.
Under More Controls, tap the + button next to Accessibility Shortcuts. Go to Control Center and tap the 'Accessibility Shortcuts' control button. Tap 'AssistiveTouch' to add or remove the circle icon on iPhone.
Use the below in applicationDidBecomeActive
, some any methods in app life cycle..
[UIApplication sharedApplication].applicationIconBadgeNumber = 0;
When it is set to zero it should not show any badges.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With