Apple Push Services created instead of Apple Production iOS Push Services

后端 未结 4 2029
遇见更好的自我
遇见更好的自我 2020-12-13 18:19

I\'m trying to create a certificate for Production iOS Push Services. Instead I get an Apple Push Services. How can I create a dedicated

4条回答
  •  粉色の甜心
    2020-12-13 18:48

    Apple have changed the name of the certificate that is issued. You can now use the same certificate for both development and production. While you can still request a development only certificate you can no longer request a production only certificate.

    Since the purpose of the certificate is no longer production only Apple has changed the common name to Apple Push Services. The functionality of the certificate is not affected.

    Unfortunately services that validate the CN of the certificate may reject this new name. There is nothing you can do about this until the service updates its verification code. For example, Parse.com had this issue a few days ago but their verification code has now been updated and they will now accept the new certificate name.

提交回复
热议问题