Push notifications: Receive the firebase FCM token from iOS instead of the raw APNS token #4672
-
I'm trying to set up notifications in iOS and I want to send the firebase FCM token to my server instead of the APNS token.
Where do I put this code? There is no |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Likely referring to the one added if you follow the directions in the plugin docs: https://capacitorjs.com/docs/apis/push-notifications#ios The doc that you reference needs to be cleaned up a bit from what I see. |
Beta Was this translation helpful? Give feedback.
Likely referring to the one added if you follow the directions in the plugin docs: https://capacitorjs.com/docs/apis/push-notifications#ios
The doc that you reference needs to be cleaned up a bit from what I see.