-
Notifications
You must be signed in to change notification settings - Fork 372
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
Android 8.1 app crashes when sending notifications from console #604
Comments
@LukasAnda Thanks for reporting. This could either happen with if;
To confirm if this issue is from 2. make sure any OneSignal
.startInit(this)
.filterOtherGCMReceivers(true)
.init(); |
This is my dependencies section:
|
@LukasAnda Thanks for the list. After looking at your crash log again it is crashing from a call to |
Description:
When I send notification from OneSignal console, on Android 8.1 the app force closes when user receives notification. When user later does receive another notification, the app does not display any. Tested on Emulator
Environment
gradle
Steps to Reproduce Issue:
Anything else:
(crash stacktraces, as well as any other information here)
The text was updated successfully, but these errors were encountered: