ios
ios copied to clipboard
Can't run callback on receipt of local notification
This seems like a regression introduced by adding support for handling different user actions on notifications. I just need to run some badge update logic in the background when a notification is received—but I can only run said logic when a user interacts with the notification. Using an eventListener for localNotification
. Is there something I'm missing?
Thanks—
any update for this?