我有一个已过期的配置文件的应用。它似乎仍然在应用程序商店中,所以我假设你只需要在下次更新时更新配置文件(这是正确的吗?)。
我遇到的唯一问题是应用程序使用推送通知,它们似乎已停止工作,当配置文件过期时,推送通知是否也停止工作?
我每年会更新什么?我是否必须创建新证书,从该证书生成新的配置文件,然后每年重新创建推送通知证书?
感谢您的帮助!
答案 0 :(得分:1)
有2种不同的证书,一种用于您的应用,另一种用于推送您的应用。
The Apple Push Notification Service (APNS) certificate, lasts for one year and must be
renewed annually. You can create a new certificate or renew your older certificate.
Their expiry is not linked to the provisioning profiles that [indirectly] reference them.
以下是帮助您续订证书的教程:how to renew push certificate