Problem for Apple Notification

Hello,

I am having a problem setting up notifications for Apple, I think I must have made a mistake in programming the credentials at Expo.
When I try to generate a notification to Apple, I get this error message: “The APNs credentials must specify (key, keyId, teamId) but did not define the necessary fields. You must clear your push credentials and regenerate or upload new ones.”

I tried to regenerate a key for Apple Push Notifications service (APNs) but nothing works.

Does anyone have any idea where my problem could be coming from?

Thank you very much for your help :slight_smile:

Hi,

I had the same problem. Was able to fix it, by executing the CLI tool:

expo credentials:manager

From there, select Add new Push Notifications Key, and then Let Expo handle the process. It will sign you in to your Apple account, and generate the keys for you.