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? When I am trying to opt-in for push notifications, I click "allow ", yet its showing "Permission not granted". If i wait for couple of seconds before...
### Unable to listen addClickListener. previous flutter version worked print('------- init'); #/this line print when app open print('------- listen'); #//but this line not print ``` Future oneSignalInitial() async { await...
### What happened? why u don't support Android 13 and 14 ### Steps to reproduce? ```Markdown 1 launch on android 13 2 no notification 3 platformexception ``` ### What did...

### How can we help? I tired latest version of `onesignal_flutter` with `flutter_local_notifications`. However, I am having a problem that the click event of `flutter_local_notifications` is not detected on iOS....
### What happened? I am in the progress of updating my app. However, when OneSignal v3 tries to initialize it is crashing. I am using Flutter v3.24.0. ### Steps to...
### What happened? Flutter latest SDK is not sharing the one signal id. Giving result: {"name":"update-subscription","appId":"53203455-f710-45bb-bb7a-845743d34be1","onesignalId":"local-689b8849-56e5-4f67-973e-130969d50907","subscriptionId":"local-9a1132fc-b85d-499d-80df-11b6656e1fd0","type":"PUSH","enabled":false,"address":"eIDYUMifQaW3Q_GzzPeFlJ:APA91bGSzSHyVmy2yxxJ8zu9ju8PJwnPg6o5a0gMeGx_4ftOo2L_XGiya9ZX6tDaqXTuzqs8wRxtbc_IB6GxkhP9kJTYy1pKeSSFxh5PvlzjOVvIsOT_Vr2Lj71AaX4ZgkMmFbgoyDqH","status":"NO_PERMISSION","id":"f09473b6-2262-452a-b186-6c47c7dff8eb"} Use Code to get the One Signal ID: await OneSignal.User.getOnesignalId();  ### Steps to...
### What happened? From one second to another (literally not doing anything, just stopping from building code, where it worked to building the archive where it didn't.) it stopped working....
### What happened? Unable to build in android studio ### Steps to reproduce? ```Markdown Unable to build in android studio ``` ### What did you expect to happen? while i...
### What happened? After users log in to One Signal, we fill in their tags, and then when I turn off the phone screen or close the application, our tags...