-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Illegal State Exception in Production for Android 8.0 using latest master commit #803
Comments
I've a similar issue with Oreo.
|
put a try catch works for me! in --> |
I opened a PR at wix/react-native-notifications about this. Something similar should fix this lib as well. |
Can someone test the patch from @diegolmello ? We can merge after that. |
Fix requestPermissions crash (Issue #803)
(Issue #803) #809 doesn't seems to solve the problem. It prevented the crash. But I don't think notification are received for 8.0+ we need to have implementation like @diegolmello |
How can we make this work, having the same problem. |
Hi all, any news when this fix would be released? thanks! |
Same here this is a problem on android 8. |
Hi guys, it seems the issue disappeared after I put
into manifest.xml. Tested just on Android 8. |
@zabkwak no it doesn't, mine error log is:
|
@martingalovic is it related to this issue? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions. |
Hello!
We're testing out 3.1.1 which doesn't seem to be on NPM just yet. We seem to be getting crashes on version 8.0+ of android in production related to the
requestPermission
call of the react-native-push-notification's library.I've attached a screenshot of the crash.
The text was updated successfully, but these errors were encountered: