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

### What happened? I have a problem integrating latest version in my Flutter project. Followed integration guide, with some updates I found when browsing issues, for instance I had to...

### I checked many issues but I can't find correct solution. https://github.com/OneSignal/onesignal-expo-plugin/issues/40 https://github.com/OneSignal/OneSignal-Flutter-SDK/issues/696

### What happened? v5.0.0 throws the error after following the migration guide and using an existing user. App uninstall/reinstall does not fix the issue. Issue did not occur on Android...

Bug

### What happened? I am using OneSignal SDK version 5.1.0, and consistently encountering the error "nw_resolver_start_query_timer_block_invoke [C1.1.1] Query fired: did not receive all answers in time for api.onesignal.com:443" in the...

### How can we help? How do I solve the issue for missing file. - I can run the project via Xcode but can't run the project via VS code...

### What happened? After obtaining push notification permissions using OneSignal.Notifications.permission in my Flutter project, the initial value is true. However, upon completely closing and reopening the app, the OneSignal.Notifications.permission value...

### What happened? After update from 3.5.0 to 5.0.4 in iPhone I no longer receive push notifications. ### Steps to reproduce? ```Markdown 1. update to onesignal_flutter: ^5.0.4 2. migrate the...

### What happened? I'm using OneSignal 5.1.0 to subscribe users and get data in my flutter app. When I use other session to save / remove data, the removeEmail and...

### What happened? We have identified a specific scenario where devices utilizing Firebase Social Authentication encounter an "APNS Bad Device Token" issue. Devices that have never utilized social login functionality...

### What happened? In iOS I'm logging a user with a certain Id and the external id is not being placed in OneSignal ### Steps to reproduce? ```Markdown 1. Initialize...