andrehtissot/cordova-plugin-fcm-with-dependecy-updated

use FCM.getAPNSToken() or FCM.getToken() for IOS

ashmeetk opened this issue · 0 comments

What is the difference between APNS and FCM tokens? For iOS, which one of these methods(FCM.getAPNSToken() or FCM.getToken()) needs to be invocated or used when sending notifications through firebase?

If I use function FCM.getAPNSToken(), do I need to still disable the key FirebaseAppDelegateProxyEnabled in .plist file?