I'd like to remove all pending notifications, if the user starts the app via the launcher icon. This is kind of related to this question (iOS) How to catch all iOS Push Notifications with different user actions including tap on app icon , only that i don't care about any data/info from the notifications.
Is this possible?
(So far i read in the docs, that you can cancel specific notifications. A simple .clearAll() call would be best)
Regards, Richard