Question
Not accepting push notifications
Is there another listener for when user doesn't allow the notifications the first time they open the app? something similar to:
rn.addEventListener(RemoteNotificationEvent.TOKEN, tokenEventHandler);
I am conditioning my app starting after it receibed the token, but if users don't accept the alert how can i know that?
