Closed arabnology closed 4 months ago
@arabnology thanks for reporting, could you enable OneSignal Verbose logging and share your Android logcat? We are mainly looking for what REST API calls are being made to see where the issue is.
@arabnology thanks for reporting, could you enable OneSignal Verbose logging and share your Android logcat? We are mainly looking for what REST API calls are being made to see where the issue is.
Ok, I will. Please keep in mind that I have also tested it in debug mode on Android simulator and physical device, it was working perfectly in debug mode, but it is not working in release mode.
I have the similar behaviour - it doesn't work when same user/external_id is being used for another subscription (on ios). when it's a brand new user - it looks like things work as expected.
This bug will take forever to be fixed by the team! OneSignal, we trusted you at first, and now you left us at this risky time ?!
We need a fix, we can't release our app because this is a critical issue!
The issue on Android when accepting notification permissions around the same time as calling OneSignal.login()
was fixed this week on the OneSignal backed.
@ydolzhenko there isn't currently a known issue with iOS with this, could you open an new issue with additional details?
What happened?
I'm using OneSignal 5.2.0. The problem with this package on Android is that it always shows "Permission Not Granted" on the OneSignal dashboard, even though I have accepted the permission and successfully called the
optIn()
function. The user appears on the dashboard but with the status "Permission Not Granted," and they do not receive any notifications. The app is in release mode but has not been published in the Google Play Store. Note: The same user logged in on multiple devices, like iOS device and other Android devices.Tested on Android platform only.
Steps to reproduce?
What did you expect to happen?
I'm expecting to successfully receive any notifications sent to that user.
OneSignal Flutter SDK version
5.2.0
Which platform(s) are affected?
Relevant log output
Code of Conduct