Push notifications issue with certificates

Hi Developer Community,


This has me pulling my hair out.


During testing mode I used to have the push notifications working fine, however when i deployed it to the appstore, my push notifications stopped working, even in development mode through xcode and my device when I went back to testing.


To further complicate the issue, I have a mess of old provisioning files, certificates attributed to my account, and I have revoked some certificates in an attempt to fix this and created further issues.


How can I 'reset' my xcode project with new certificates and push notifications? Is there a step by step guide?


Many thanks 🙂

Replies

Check your production certificate. It s different from the development one.


I can not receive push notification from sandbox now.

Push notification from "deployed" apps are sent succesfully.

For me, too, today push notifications are no longer received for development. I cannot say, if they are working for deployed apps, as I haven't deployed any apps with push, yet.

I renewed my APN-related certificate, because it would expire tomorrow, and I thought, maybe because of timezone etc. it might already have stopped working today. But even with a new certificate I cannot receive any PNs. I tried my own server code as well as several app to trigger the PNs, but although no errors are reported, the PNs do not arrive at the devices.

Hi!
I’m happy to found this conversion, i’m not alone with this problem (push notification are not received for development).
I make an app and I need to notify the user, when his request is accepted or cancelled from an admin website.
I use Firebase and it all worked well until yesterday. But the notification, that I send from Firebase notification now doesn`t arrive to the app.

I created a clean Demo app for test the notification (generated a new certificate too) but i have the same problem... 😟
It's an APNs error? Then I hope Apple will fix it very fast.

For me, it's now working again - without any further action on my side. Must have beeen a problem at Apple.