GCM firebase not showing APNs certificate in for IOS configuration - google-cloud-messaging

I have uploaded a .p12 file for IOS notification in GCM fire base. after uploading the file it is also showing "No certificate uploaded". please help in this.

Try uploading the certificate in this iOS GCM link instead. Firebase uses FCM in the Firebase console so you might have chosen the wrong place.

Related

How can I get APNS Credential and update to Agora Console correctly?

I am having an issue regarding the Remote Notification for iOS for chat messages for https://console.agora.io/project/xxx/chat
I am not able to upload the Production Environment certificate for iOS for the push notification. I was able to upload the push certificate for the development environment. Screenshot is attached.
Add Push Certificate window
Can anyone help me out? thanks in advance!
Having a look here.Get APNS Credential and update to Agora Console I have the detailed process described with images, right from creating the certificate, to upload the certificate to Agora Console.

React Native Push Notifications doesn't receive notification

I have a React Native app (testing on iOS) and am trying to incorporate Push notifications. I am using the following module:https://www.npmjs.com/package/react-native-firebase-push-notifications.
I tried running example app code and am able to obtain
a (1) message token and (2) successfully obtain permissions from my device.
I am trying to send a test notification from Firebase and am using my device's token. However, nothing happens upon triggering a test notification. Any tips? I believe I followed the key upload instructions correctly (https://firebase.google.com/docs/cloud-messaging/ios/certs)
I hope you have uploaded pem/p8 file on firebase console at "Cloud Messaging" in Project settings. Check this image
I figured it out! Although I thought I had done this in the past, I did not have Remote notification enabled in background modes, nor did I have Push notifications checked in the Signing & Capabilities section of project setting on Xcode. Thank you!

Firebase Cloud Messages never reach the device

I'm implementing FCM on Ionic 2 (AngularFire2 & Ionic Native FCM: cordova-plugin-fcm#2.1.2) currently testing iOS on an iOS 11 device.
FCM messages never arrive on the device. I get no errors from either the console sending messages or when sending messages via cURL.
I've gone through the troubleshooting steps from the Google dev advocate.
I've verified that a notification sent directly via Apple's APNS server gets delivered to the device when the app is in background, and the app when the app is in foreground. (I pulled the actual device token to test this.) i.e. APNS certificates are fine.
FCM initializes with no errors (watching the logs in Xcode) and FCM does retrieve a (seemingly) valid FCM token.
I've just ensured that all my npm modules are at the latest versions for firebase, angularFire2 and fcm.
I've verified that 'GoogleService-Info.plist' is in my resources folder
Bottom line: My APNS certificate is valid and seems to be correctly setup in the Firebase console. APNS direct messages work fine. FCM messages don't return an error, they just never get to the device. Seems to be getting lost in the FCM end.
Does anyone have any suggestions on how to further debug this?
thx.

Apple Push Notification issue

I am trying to implement APNS for my App and am hitting a wall while trying to generate a provisioning profile. I followed the instructions to create an APP id and was able to generate an SSL certificate for my App (the type is shown to be APNs development IOS). However, when I try to generate a provisioning profile, following the screen where I choose the AppID of my app, I do not see the SSL certificate I generate for this app. In the certificates list, I only see a certificate of type 'IOS development' that was created previously. I have been stuck on this issue for a while. Can someone please help?
Thanks
I resolved my own query. we need to add iOS development certificate while creating profile for APNS. You should have the p12 of that iOS development certificate.

Apple push notification not working with aps_production.cer

I added push notification to my iOS application. Currently my app is in app store. it receives push notification whilst using aps_development.cer with it's corresponding .p12 file but it's not receiving notification using aps_production.cer... I'm using simplepush.php to send push notification with reference of [link]:http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1
please help me out.... thanks in advance..
The script is using gateway.sandbox.push.apple.com:2195 APNS server which is suitable for development.
For production, use APNS at gateway.push.apple.com:2195
You need to convert your .p12 file into .pem file first.