iOs - 在所有应用中续订 Push 证书
iOs - Renew Push certificate in all apps
我工作的公司在 Apple 商店中有很多带有推送通知的应用程序。
证书1年后到期,我需要更新
是否可以同时更新所有证书?(使用工具、应用程序等)
我没有找到任何关于此的有用信息
The push certificate cannot be renewed. You have to create a new one.
The push notification certificate is not part of the application
build. Therefore for push to continue working you only have to create
a new certificate and deploy the p12 file (or whatever other format
you are using) at your server. You don't have to submit a new version
of your app.
据我所知,您必须为每个应用程序执行一次,因为您必须在 iOS 开发人员中心执行此操作。
我工作的公司在 Apple 商店中有很多带有推送通知的应用程序。
证书1年后到期,我需要更新
是否可以同时更新所有证书?(使用工具、应用程序等)
我没有找到任何关于此的有用信息
The push certificate cannot be renewed. You have to create a new one.
The push notification certificate is not part of the application build. Therefore for push to continue working you only have to create a new certificate and deploy the p12 file (or whatever other format you are using) at your server. You don't have to submit a new version of your app.
据我所知,您必须为每个应用程序执行一次,因为您必须在 iOS 开发人员中心执行此操作。