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 happened? OneSignal.Notifications.addClickListener does not fire on the push notification tap when the app is killed (android). Also, I run in release mode but the result is the same....
### How can we help? I am attempting to migrate to v5 but running into an import issue with the notification service extension. I am getting unresolved reference when attempting...
### What happened? Hello. I'm facing an issue where OneSignal for Flutter (onesignal_flutter: ^5.1.0) can't get subscription status for Android devices with android 12 and lower (API Level 32 and...
### What happened? Hello, I'm using one signal 5.0.4 I have tested the notifications on real android device running android 33 OneSignal.Notifications.addClickListener is not working when the app is killed...
### What happened? Push notifications work after I install the app. They work if I force close the app. However, if I reboot the phone, they do not work UNTIL...
Can't use getDeviceState method with new version. I looked documentation but didn't see any information about this. What could I use instead? ### Code of Conduct - [X] I agree...
**Description:** After adding extension to the target, the app fails to build for iOS: Please refer the following for further info **Environment:** OneSignal Flutter package: onesignal_flutter: ^3.3.0 Followed all the...
### What happened? I can't access subscriptionId , I want to use rest api in my app but I need subscriptionId for specific notification. I tried with copy subs id...
### What happened? I followed this [Flutter SDK setup](https://documentation.onesignal.com/docs/flutter-sdk-setup#add-onesignal-sdk-to-the-onesignalnotificationserviceextension) guide. I used the provided swift code and my iOS build kept failing after it. I rebuilt my app using XCode,...
### What happened? After following the installation steps in https://documentation.onesignal.com/docs/flutter-sdk-setup XCode will no longer build the project ### Steps to reproduce? ```Markdown 1. Create a new Flutter project 2. Follow...