capacitor-community / fcm

Enable Firebase Cloud Messaging for Capacitor apps
https://capacitor.ionicframework.com/docs/
MIT License
243 stars 83 forks source link

Get token was obtaining APN token instead of FCM token #27

Closed gdinn closed 4 years ago

gdinn commented 4 years ago

In the previous version the getToken method on iOs was getting the APN token instead of the fcm, leading to a "Invalid registration" when tried to send push notifications using registration_ids property.

stewones commented 4 years ago

Makes totally sense, thanks for the PR 👊🏻