Not using Apple push notifications in App

I get the following warning after running expo build:ios:

You’re using deprecated Apple Push Notifications certificate. Read our docs to learn how to use more modern solution. https://docs.expo.io/versions/latest/distribution/building-standalone-apps/#switch-to-push-notification-key-on-ios

The docs article mentions something about push notifications. However, I am not using push notifications and the article does not mention anything about that and what one should do about the warning.

Please, can someone elaborate on this?

Hey @vayu,

If you’re not using push notifications, you don’t have to pay this warning much mind. It’s just referring to Apple’s new Push Notification Key that are now the preferred way over certs as they no longer expire like certs used to.

Cheers,
Adam

Thanks @adamjnav

Any time!

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