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
# Description ## One Line Summary - use shared sdk-actions workflow to create a create-release-pr workflow ## Details - uses shared action prep-release to handle creation of release-pr - uses...
### How can we help? After I migrated the data from my old iPhone to the new iPhone, my subscription ID was not updated, which caused me to not receive...
### What happened? When calling `OneSignal.User.removeEmail("[email protected]");`, the email is not removed from OneSignal. ### Steps to reproduce? ```Markdown 1. Install `5.3.4` of the Flutter SDK 2. Initialize OneSignal OneSignal.Debug.setLogLevel(OSLogLevel.none); OneSignal.Debug.setAlertLevel(OSLogLevel.none);...
### How can we help? Hi, after using `OneSignal.User.addEmail(email)`, how do I get the user's current subscription? I'd expect something like `OneSignal.User.getEmailSubscription() -> string?` but this method seems to be...
### What happened? Tapping on the message when the app is in killed state doesnt trigger addClickListener ### Steps to reproduce? ```Markdown 1. Installed 5.3.4 Version 2. Initialize the code...
Hi, the docs at https://pub.dev/documentation/onesignal_flutter/latest/ are incomplete. Functions like `addEmail` or `removeEmail` are completely missing. This makes it harder to set up the SDK and doesn't necessarily increase trust in...
### What happened? Once the application is initialized and the user is logged in with the external ID, no subscription is created and these errors are returned. This issue is...
# Description ## One Line Summary Clean up leftover code from v3 and v2 that are no longer used. ## Details ### Motivation Cleaning # Testing ## Unit testing NA...
### What happened? Multiple users have experienced this: on initial prompt for notification permission, the user taps Allow. Immediately, the panel which states "Open Settings" - "You currently have notifications...
### How can we help? I am using ```onesignal_flutter: ^5.3.4``` and getting error: ``` Error (Xcode): Multiple commands produce '/myproject/build/ios/Debug-iphonesimulator/Runner.app/Frameworks/OneSignalExtension.framework' Error (Xcode): There is no XCFramework found at '/myproject/ios/Pods/iOS_SDK/OneSignalSDK/OneSignal_Core/OneSignalCore.xcframework'. ```...