react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
740 stars 284 forks source link

notification badge without count #273

Closed deepakverma4 closed 3 years ago

deepakverma4 commented 3 years ago

how can we show notification badge without any number? just the red dot in icon?

elleryfamilia commented 3 years ago

That's not a thing that iOS supports.

Naturalclar commented 3 years ago

@deepakverma4 Unfortunately, clearing badge number is not supported in iOS. This is determined by OS level and there isn't much I can do about it with the current api. 😢

@elleryfamilia thank you so much for the response 👍🏻