ben-xD / push

Push notifications in Flutter without firebase_messaging.
https://pub.dev/packages/push
37 stars 23 forks source link

Can we use this for iOS APNS with FCM for Android together? #37

Closed tushkaty closed 1 year ago

tushkaty commented 1 year ago

We have a flutter project with iOS and Android support. We are using FCM for Android but due to some reason we can't use FCM for iOS and want to use APNS. Does this package works with Firebase messaging plugin?

ben-xD commented 1 year ago

Hi @tushkaty, push uses Firebase Messaging on Android, so yes, definitely!