-
Notifications
You must be signed in to change notification settings - Fork 215
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
[question]: [Flutter] - .apk file cannot be registered on OneSignal #718
Comments
Hi @wesleytoshio |
same here in release |
my solution is to go back to version 3.5.1, allworks |
Add the permission line above the initialize line and put await at the beginning. Run initialize if user allows, otherwise don't run. If you still get the same error, request notification permission using the Permission package instead of Onesignal notification permission. |
I have the same problem, is there any update ? |
Hello! Apologies that this question has gone stale. |
How can we help?
I go into debug mode, my console still shows "Subscriptions".
But when I build the .apk. Then the OneSignal dashboard is not showing and find "Subscriptions" on. I have tried deleting and reinstalling but still not working.
Information:
In
pubspec.yaml
:onesignal_flutter: ^5.0.0
In
main.dart
Code of Conduct
The text was updated successfully, but these errors were encountered: