Home:ALL Converter>Push notification not display in iOS in flutter

Push notification not display in iOS in flutter

Ask Time:2022-04-28T15:26:42         Author:khushbu movaliya

Json Formatter

Notification not display in iOS but every thing work fine in android devices. I have tried many solution but nothing is work. I am using firebase auth for phone number authentication and firebase messaging for push notification. Firebase auth is working fine in both android and iOS, but push notification not work in iOS devices. Version of both package is : firebase_auth: ^3.3.9 , firebase_messaging: ^11.2.8 I follow all the step of iOS set up of below link: https://firebase.flutter.dev/docs/messaging/apple-integration

Any help would be much appreciated! Thanks!

Author:khushbu movaliya,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/72039624/push-notification-not-display-in-ios-in-flutter
yy