react-native-onesignal
react-native-onesignal copied to clipboard
[question]: App stopped due to OneSignal?.Notifications?.requestPermission(true);
How can we help?
The app crashes on Android mobile devices with version 8 or lower. However, on versions above 8, it is working properly. This issue causes the app to stop when I uncomment the following line:
// OneSignal?.Notifications?.requestPermission(true);
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
If the user enables notifications, it works, if the user disables the notification the app crashes. I tried out with version 5.0.2, 5.0.3 and 5.0.4. It's urgent
up