ostownsville / cordova-plugin-fcm

Google FCM Push Notifications Cordova Plugin
21 stars 17 forks source link

Upgrade firebase ios sdk 4.4.0 #25

Closed CowboyCode closed 6 years ago

CowboyCode commented 6 years ago

https://firebase.google.com/support/release-notes/ios

Changes FCM

Improved logging of notification opens, by swizzling additional UNUserNotificationCenterDelegate method.

Improved the handling of unimplemented UNUserNotificationCenterDelegate methods, when swizzling is enabled.

Improved support for working in shared Keychain environments.

This uses now ios@~4.5.2 For ionic users....

You need to remove plugin "cordova-plugin-console" that is installed by default when generating a new Ionic project. Now this is in core part of cordova for iOS.

http://cordova.apache.org/announcements/2017/09/08/ios-release.html