iOS 开发者证书过期

标签 ios xcode push-notification certificate apple-push-notifications

我有一些帐户具有当前正在生产中的应用程序的旧证书。它不是这个问题(Xcode apple developer certificate expiration: (0xE8008018))的重复,因为我确切地知道该做什么,但它会造成什么伤害。由于我没有用于创建此证书的 CSR 文件,因此应用使用了大量推送通知。

吊销证书会破坏推送通知吗?

签名是什么?如果我撤销证书,我必须在推送到存储之前重新生成配置文件吗?

enter image description here

当我在那里吊销证书时会发生什么?

最佳答案

您应该查看 Apple Support article on Certificates .

Does revoking certificate will break push notifications?

是的,“您不能再向您的应用程序发送推送通知。”至少在您重新生成证书并更改您的应用程序以使用新证书之前。

分布:

  • iOS Distribution Certificate (App Store)

If your Apple Developer Program membership is valid, your existing apps on the App Store will not be affected. However, you will no longer be able to submit new apps or updates to the App Store.

  • iOS Distribution Certificate (in-house, internal use apps)

Users will no longer be able to run apps that have been signed with this certificate. You must distribute a new version of your app that is signed with a new certificate.

关于iOS 开发者证书过期,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38390775/

相关文章:

laravel - 在 Flutter 应用上向用户发送独特的 Firebase 推送通知

ios - 在通知中使用Pushwoosh发送数据

ios - Xcode 7 : warning: Ambiguous Content: The launch image set "LaunchImage" has 9 unassigned children

objective-c - 如何制作 UITextView Wrap 以容纳其中的文本?

ios - 如何使用我的 iOS 应用程序进行公开测试版?

ios - 如何在 Xcode 上删除 iOS Team Provisioning Profile/AppID?

iphone - MPMusicPlayerController 速度调节

android - GCM(谷歌云消息)需要谷歌账户吗?

ios - 尝试更改 ScrollView 滚动上的 UIButton 标题颜色和框架

ios - 如何在整个 iOS 应用程序中保留滑出式侧边栏菜单