-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.IllegalArgumentException in JobIntentService on Android 8.1 #649
Comments
@mvisionapps Thanks for the stacktrace, are you able to reproduce this issue on your own devices? Or only reports from the Google Play Console? If you can reproduce the issue on your own devices there should be a more detailed message just after If you can reproduce the issue can you let us know which device models are being reported as crashing? Thanks. |
@mvisionapps Thanks for the details on you posted in #482 (comment). I believe this is similar to issue #498 where the app isn't staying temporally whitelisted for doze by FCM when you sending with high priority. We will need to add the same handling for those using the notification extension service it was only applied to the normal build in OneSignal service to handle the payload. |
Same issue after i updated to 3.10.2. have you found any solution? |
Me too getting same Exception in Play Store for Android Oreo 8.0 & 8.1 Devices after i updated to 3.10.2. |
@jkasten2 if i downgraded the OneSignal to 3.10.1 will fix this issue? |
@gsksarath Sorry for the delay, we just released version 3.10.3 with a fix for this. It will take maven central a few hours to sync the update so you might not see it right away. |
I updated my app to use SDK 3.10.2. I'm seeing some issues on Android 8.1 and 8.0 on different devices with the following exception
Already included these line in manifest
@jkasten2
The text was updated successfully, but these errors were encountered: