I\'m using Google Firebase Cloud Messaging API (FCM) to send push notifications to my iOS app.
I could get push-notifications working successfully when I test the a
What fixed my issue was using the new Authentication Keys method instead of the old p12 files. You can read more in the Firebase documentation, just follow their steps and you should be fine.