OneSignal-Flutter-SDK
OneSignal-Flutter-SDK copied to clipboard
OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
### What's on your mind? Hello, Flutter is migrating to [Swift Package Manager][]. Please [add Swift Package Manager support][] to your plugin. Flutter will eventually deprecate and then remove support...
### How can we help? I currently don't see any way to query whether permission has been granted for a specific Android channel. I have currently set up one Android...
### 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...
### What happened? I followed the step one Onesignal Flutter docs, I tried out the sdk and it works well on android but and nothing works on IOS. I can't...
### What's on your mind? **We found those issues in activities and receivers that are not protected.** 1. Activity (com.onesignal.notifications.activities.NotificationOpenedActivityAndroid22AndOlder) is not Protected. 2. Activity (com.onesignal.notifications.activities.NotificationOpenedActivity) is not Protected. 3....
### What happened? Hello, Our app encountered an issue during the iOS review process, where it appears to hang on the splash screen during startup. According to the provided crash...
### What happened? After updating to XCode 16 that error appeared, I used Flutter 3.10.4 and onesignal_flutter 5.2.2. I tried updating Flutter and also onesignal_flutter but the error it's still...
### What happened? Hi, I am building my first integration of Onesignal on iOS. Android works nicely so far. I have a crash (see steps below) when a push is...
### What happened? In iOS, when opening or resuming the app, I'm calling `OneSignal.Notifications.clearAll();` to clear the notifications and to reset the notifications badge count to Zero, but once a...
### How can we help? We have a Flutter app We use OneSignal with RevenueCat in our system. When we initialize the app both SDKs create anonymous accounts for the...