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
If this is detected when local device permissions are changed, why is it not detected when another package changes it?
Thanks
Steps to reproduce?
1. install the app
2. request permission with react-native-permission
3. Log in to the app
4. check notification permission data with OneSignal
5. incorrect data until you exit the application
What did you expect to happen?
I would like OneSignal to know when notification permission is granted for the app. because my configurations are correct. if I close and open the app, the correct data comes through. but if I grant permission and never leave the app, the correct data never comes through. i added timeout and counter to try it out.
React Native OneSignal SDK version
5.1.0
Which platform(s) are affected?
iOS
Android
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
I want a notification permission when I enter the app. this permission is requested with react-native-permission.
I am using requestNotifications.
But if I first get permission with OneSignal as below, there is no problem. when I enter the app, I can pull my data correctly.
When I request permission with react-native-permissions, permissionChange listener is not triggered.
If this is detected when local device permissions are changed, why is it not detected when another package changes it?
Thanks
Steps to reproduce?
What did you expect to happen?
I would like OneSignal to know when notification permission is granted for the app. because my configurations are correct. if I close and open the app, the correct data comes through. but if I grant permission and never leave the app, the correct data never comes through. i added timeout and counter to try it out.
React Native OneSignal SDK version
5.1.0
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: