Hi @ben-xd,
Thank you for having this native solution for iOS APNS, sorry I'm posting in Issues, I didn't see a Discussion section.
We currently have implemented Firebase FCM setup for Android which is finally working with the config, FlutterLocalNotifications, and event handlers, etc.
I'm assuming none of the Firebase portion needs to be part of a iOS native solution.
Is a way to use push where it doesn't handle any Android initialization and just sets up the iOS APNS portion (guessing most of it is turning on native message receiving in Swift and adding custom handlers)
Hi @ben-xd,
Thank you for having this native solution for iOS APNS, sorry I'm posting in Issues, I didn't see a Discussion section.
We currently have implemented Firebase FCM setup for Android which is finally working with the config,
FlutterLocalNotifications, and event handlers, etc.I'm assuming none of the Firebase portion needs to be part of a iOS native solution.
Is a way to use
pushwhere it doesn't handle any Android initialization and just sets up the iOS APNS portion (guessing most of it is turning on native message receiving in Swift and adding custom handlers)