You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want that when an app is installed it sets a notification for next day. My code works fine but I need to manually give the permission to the App upon fresh installation (same behaviour in both a real device and a simulator). Without giving this permission, the Background event is called, but notification doesn't display.
The specs mention - "On Android, notification permissions are granted by default.". Also, of so many apps I install, I don't remember to be granting permission for notification but still get notification. Is it a library problem, or react-native problem or I am missing something because of which app is not granted permission by default.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want that when an app is installed it sets a notification for next day. My code works fine but I need to manually give the permission to the App upon fresh installation (same behaviour in both a real device and a simulator). Without giving this permission, the Background event is called, but notification doesn't display.
The specs mention - "On Android, notification permissions are granted by default.". Also, of so many apps I install, I don't remember to be granting permission for notification but still get notification. Is it a library problem, or react-native problem or I am missing something because of which app is not granted permission by default.
Please suggest. thanks
Beta Was this translation helpful? Give feedback.
All reactions