-
Couldn't load subscription status.
- Fork 233
Closed
Labels
Description
i already implement and used the pluign flutter_local_notifications and it was working fine , until i added the onesignal pluign , it stopped working on ios but working fine on android .
it seems that onesignal is blocking the application from displaying any local notification but its own notification or implementation for that
(your description here)
Environment
flutter 3.0.1
ios 15.0
android 15
- install flutter_local_notifications: ^9.0.0
- install onesignal_flutter: ^3.1.0
- try to display a local notification in any iOS device , it will not show anything
Anything else:
it show this error
onesignalUserNotificationCenter:willPresentNotification:withCompletionHandler:
FullstackWEB-developer