Push does not work for IOS in production

We have updated credentials with expo build:ios -c and also tried expo build:ios --clear-push-cert as suggested here: Push notifications not working in production with iOS - #7 by nickjuntilla

The push tool can send notifications when we run the app with expo start --tunnel but not in production.
We get a status: “ok” when trying the push tool, but no notification on the phone.

On the apple developer site it says that Push notifications are enabled for production in the IOS App IDs view.

What else can we try that might fix this?

solved by revoking keys in the apple developer site in addition to revoking certificates

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