Closed aliakkawi closed 3 weeks ago
Hello, @aliakkawi
The double notification bug was related to the bug in the release of iOS 18: https://forums.developer.apple.com/forums/thread/762126
We’ve addressed this in the latest releases of the Flutter plugin.
Thank you for your feedback and for bringing this to our attention!
Documentation
Description
Hi, we are using FCM along with the Pushwoosh SDK. Before integrating Pushwwosh we used to handle Foreground Alerts using Local Notifications and therefore after implementing Pushwwosh the Notification is sent twice for iOS. We've already tried the following solutions: 1. `Pushwoosh.getInstance.setShowForegroundAlert(false);
Bug severity
High
Steps to Reproduce
Send FCM Notifications for iOS devices.
Your Pushwoosh Flutter plugin version
2.2.25
flutter package version
3.24.3
Last worked Pushwoosh Flutter plugin version (if any)
No response
Affected platforms
Affected OS versions and/or devices
iOS devices
Workaround
No response
Relevant log output
No response