OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
623 stars 213 forks source link

[question]: The Google stopped the service of Cloud messaging legacy. because of that I'm not able to send push notification to app #974

Open Rushikesh-Sonake opened 3 days ago

Rushikesh-Sonake commented 3 days ago

How can we help?

I used the latest version of onesignal `OneSignal.Debug.setLogLevel(OSLogLevel.verbose);

OneSignal.initialize(''); OneSignal.Notifications.requestPermission(false);

runApp(const MyApp());` this is my code. I send multiple messages from onesignal but I didn't get any notification

Code of Conduct