简体   繁体   中英

Firebase FCM notification to received on IOS cordova using the Phonegap Plugin

I am trying to send a notification to IOS using FCM it does not seem to work.

My Firebase configuration seems correct:

在此处输入图片说明

在此处输入图片说明

I have added the APPLE Key to the FCM app as well as the GoogleService-Info.plist.

It looks like the app is correctly registered:

在此处输入图片说明

Now when I try to send a messaging using the firebase console it says done but nothing appears on the mobile.

Any help would really be appreciated.

You need to enable "Push Notifications" in the Capabilities in Xcode to receive push notifications.

It will look like something like this in xCODE

I hope this helps!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM