CatalystCode / react-native-azurenotificationhub

React Native module to support Azure Notification Hub push notifications on Android, iOS, and Windows.
MIT License
47 stars 75 forks source link

I want to remove all existing push notifications when user opens the app. #158

Open guptahardik17 opened 4 years ago

guptahardik17 commented 4 years ago

I actually need one help from you, so scenario:

If the app is in the background or closed user receives the push notifications on the device. So when the user opens the app, I want to delete all push notifications of my app from the user's notification tray. I am not able to figure out how to do that, can you help?