Is it possible to see which certificates are Expo push service is using for APNs?

Is it possible to see which certificate the Expo push service is using for APNs in a certain project? When running exp fetch:ios:certs I get all my certificates and they look correct, but when I try to send push notifications I get an error saying Could not find APNs credentials for ...

The reason why I am asking is that I am trying to resign the app with a new distribution certificate (and a different bundleID) after I have built the ipa. The push notification cert is uploaded during the build and remains the same.

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