create apns .p8 file issue

hi,
An attempt was made to change the project push server method from .p10 to .p8 authentication.

We have several apps and the .p8 certificate has been applied to the previous two projects.

When I tried to generate the new third apns key in https://developer.apple.com/account/resources/authkeys/list,
I got an error message,

"You have already reached the maximum allowed number of Keys for this service"

we already use two .p8 keys in production, This key is being used for different projects.

Is the limit of 2 keys that can be generated?


Accepted Reply

Yes, there is a limit of 2 .p8 keys.
This key is used to generate the provider tokens you need to send pushes to the apps created with the same Team Id. You don't need separate keys for each app.

Replies

Yes, there is a limit of 2 .p8 keys.
This key is used to generate the provider tokens you need to send pushes to the apps created with the same Team Id. You don't need separate keys for each app.

Thanks for the reply :)

Is this 2 limit only for personal account? for example, if I upgrade to a enterprise account, can I increase this max limit ?

  • No, you have the same limit for Both individuals and Enterprise accounts. Use the same key for all your apps with the same teamID.

Add a Comment