如何为我的 iOS 推送通知提供商续订 SSL 证书?

发布于 2024-11-26 03:42:37 字数 501 浏览 0 评论 0原文

大约一年前,一名现已离开的团队成员构建了一个在应用商店上销售的 iPhone 应用程序,以及一个向其发送通知的 iOS 推送通知守护进程。今天,守护进程开始抛出 SSL 证书错误 - 守护进程的证书似乎已过期。

我已获得开发人员帐户的用户名和密码,并且已登录配置门户以创建新证书。如果我去管理不再支持的旧应用程序的应用程序 ID,我会看到以下内容:

console with configure button

但是,如果我管理我尝试续订的应用程序 ID,我会看到以下内容:

console without configure button

为什么没有选择吗让我为此应用程序生成新的推送 SSL 证书?如果没有它,我如何更新推送守护程序的 ssl 证书?

我们需要重建并重新提交应用程序吗?

A bit under a year ago, a teammember who has now left built an iphone app which is on the app store, and an ios push notification daemon which sends it notifications. Today, the daemon started spitting out SSL certificate errors - it seems the daemon's certificate has expired.

I've got the username and password of the developer account, and I've logged into the provisioning portal to create a new certificate. If I go to manage the App ID of our older apps that we no longer support, I see this:

console with configure button

But if I manage the App ID of the one I'm trying to renew, I see this:

console without configure button

Why isn't there an option for me to generate a new push SSL certificate for this app? How do I renew the push daemon's ssl certificate without it?

Will we need to rebuild and resubmit the app?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

九厘米的零° 2024-12-03 03:42:37

如果证书已过期,您必须生成并下载新证书,删除旧证书,然后在服务器上安装新证书。

无需重新提交应用程序,只需在服务器上安装证书即可,客户端应用程序不会发生任何更改。

If the certificate has expired, you must generate and download the new certificate, remove older certificates, and install the new on the server.

Resubmit the app is not necessary, just install the certificate on the server, no changes happens on client apps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文