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? The subscriptionId is unexpectedly empty despite being non-null. This issue has emerged recently; approximately six months ago, the functionality was functioning correctly. I also tried OneSignal.login(), still...
### What happened? Badge not working in iOS with "Increase by" option, alwasy showing only 1 count. https://github.com/OneSignal/OneSignal-Flutter-SDK/assets/91250232/432e9410-bee2-447d-a193-aff73214150b ### Steps to reproduce? ```Markdown 1. Added package successfully 2. Followed all...
### What happened? On the latest version of the Flutter OneSignal SDK, I think the login function doesn't work on some devices. The patch request https://api.onesignal.com/apps/APPID/users/by/onesignal_id/ONESIGNALID gets a 500 request...
### What happened? After reaching the User Subscription Limit with one user (20 subscriptions per User), the SDK gets stuck with that user. Logout, login, and initialization do not work...
### What happened? While trying a login and logout with two more times , the subscription status got "Not subscribed" and notification is not receiving . Same thing like if...
### What happened? The device encounters an error when the initialize method is executed. Below is the error message returned in the log: ERROR Operation execution failed without retry: [{"name":"login-user-from-subscription","appId":"99f94cc9-1282-4bb0-8ef7-3ccc4343d2ab","onesignalId":"local-b783f75c-c233-4720-b8d1-a3636d5cbee8","subscriptionId":"48a395ec-b91e-4700-a739-3960f0355520","id":"8d7fbf49-0cb4-479b-b928-4e16c1d0ca25"}]...
### What happened? When clicking on a notification, if the app is using GoRouter (it handles deep links out of the box), on Android the app redirects to the launch...
### What happened? Found bundle at /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.5PEvpp/extracted/Runner.app/Frameworks/OneSignal.framework with the same identifier (com.onesignal.OneSignal-Dynamic) as bundle at /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.5PEvpp/extracted/Runner.app/Frameworks/OneSignalFramework.framework ### Steps to reproduce? ```Markdown Tried running on debug mode ``` ### What did...
### What happened? Cycle inside Runner; building could produce unreliable results. Cycle details: → Target 'Runner' has copy command from '/Users/aonewaytoallah/Library/Developer/Xcode/DerivedData/Runner-buauwkjbvptgdeajlgsfunoxlucp/Build/Products/Release-iphoneos/OneSignalNotificationServiceExtension.appex' to '/Users/aonewaytoallah/Library/Developer/Xcode/DerivedData/Runner-buauwkjbvptgdeajlgsfunoxlucp/Build/Products/Release-iphoneos/Runner.app/PlugIns/OneSignalNotificationServiceExtension.appex' ○ Target 'Runner' ○ That command depends...
### What happened? I have received many ANR reports from the Google Play console, preventing our users from launching the app. Please help to check this issue, thanks. Error message...