OneSignal-Flutter-SDK icon indicating copy to clipboard operation
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

Results 171 OneSignal-Flutter-SDK issues
Sort by recently updated
recently updated
newest added
trafficstars

# Description ## One Line Summary Latest Flutter versions no longer support Android v1 embedding and fail to compile. This PR removes it in the v3 branch. Fixes #928 Related...

### What happened? When calling `...requestPermission(true)` after having set `...consentRequired(true);` and initialised the SDK, nothing happens on iOS. In a variant of the bug where the `requestPermission` is called immediately...

Bug
Github

### How can we help? ### Code of Conduct - [x] I agree to follow this project's Code of Conduct

Question

### What happened? In iOS i have some errors when I build my app in Xcode. I use Flutter 3.29.0, onesignal_flutter 5.3.4 and Xcode 16.4. the error is: - /Users/userlaptop/.pub-cache/hosted/pub.dev/onesignal_flutter-5.3.4/ios/Classes/OSFlutterInAppMessages.m:104:47:...

Bug

### What happened? We have a screen where the user can opt in/out to push notifications. To get the current opt value, we use the following code (assuming that notification...

Bug

### Context We are using OneSignal in a Flutter app for a banking application. During a security review, we noticed that the file `/data/data//databases/OneSignal.db` persists even after a user logs...

Question

### What happened? I got crashlytics report for several one signal method on method channel android. I used one_signal 3.2.0 and flutter 3.92.2 This crashlytics error report This is my...

### What happened? We see lot of strict mode violations on Appstart on Android devices Following is to see in LogCAT StrictMode policy violation; ~duration=558 ms: android.os.strictmode.DiskReadViolation These times are...

Bug

### How can we help? Can I renew the subscription after deleting and reinstalling the app? I have an application with several subscription IDs registered. I have used `OneSignal.initialize(oneSignalAppId);` for...

Question

### What happened? I have something basic for showing notifications within my app, but anytime I trigger a notification, the add foreground listener triggers multiple times, causing the notification, in...

Bug