Open
Description
When a notification is received, didReceiveRemoteNotification
is called with a completion handler, which is then passed to RN. However, if the user performs an action on the notification, that is handled by didReceiveNotificationResponse
, which does not have a completion handler.
The RN listener for localNotification
ends up being called, but the device does not wait for it to complete. This is okay when the app is in the foreground. If the app is in the background, the app gets woken up and the RN listener is started, but the RN handler does not complete before app goes to sleep again.
Metadata
Metadata
Assignees
Labels
No labels