iOS notification

Dear Developers,

I’m having push notification for iOS application. Recently we have changed apple push certificate, so the app stopped notification function. Can someone please provide where to update new certificate to me?

Many thanks,
David Tong

Hi @covetwork - currently you’ll have to clear your existing certificates and provisioning profiles (this unregisters them with Expo but leaves them in your Apple developer account) with exp build:ios -c. Then run exp build:ios again and you’ll be able to specify new certificates or re-provision them.

Thanks for your information. By the way, can you please tell me how expo works with pushing notification? As far i know we must use pem file in backend but i donot see anywhere to put it in expo server.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.