-
Notifications
You must be signed in to change notification settings - Fork 218
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
OneSignal Flutter v5.0.1 not working #742
Comments
Hi @akanxa, Failed delivery can be caused by a few different issues:
We need more information to understand the issue.
|
Same here while migrating from v3
|
@nan-li |
Hi there, |
My personal favourite in the migration guide: 'ignore build errors after you make the changes - they'll get resolved after you build' No, they didn't.... |
@giovanni256 Your issue seems to be an issue with initialization which is different from the original issue in the thread. Could you please create a separate issue so that yours doesn't get lost! |
Hi @akanxa
I want to make sure I understand completely. When you send a notification via the REST API with the Create Notification endpoint, you see a failed status in the OneSignal dashboard and no notification is received by your device? But if you send the notification through the OneSignal dashboard, the notification sends successfully to your device? If so, there may be an issue with the request you are making via the REST API. What is the response when you use the API? Can you also share the answers to these questions?
|
Hi @ThakarRajesh,
The issue you have is notifications are not consistently received by a device? Can you share more details? If you can be more specific, that will be very helpful. Are you using the OneSignal dashboard or sending via the REST API?
|
I got the same problem and got it working by kept OneSignal classes while minifying. Add this line to your Proguard |
Hi @phuchuynhStrong, To clarify, you also ran into notifications failing and not being delivered? |
Hi @nan-li, Yes. I got into a situation where I couldn't receive notification with release builds |
Closing due to no response from my two posts asking for more information. |
How can we help?
In this major version release of OneSignal SDK, the message goes through successfully, but in the OneSignal account, it displays a failed status, and the message is not getting delivered.
Code of Conduct
The text was updated successfully, but these errors were encountered: