简体   繁体   English

如何用过期的配置文件(分发)证书替换Apple Store上的App

[英]How to replace App on Apple store with expired provisioning profile (distribution) certificate

Our team had published App on Apple Appstore 2 year ago. 我们的团队两年前已在Apple Appstore上发布了App。 After that we lost its code due mac hardware issue. 之后,由于Mac硬件问题,我们丢失了其代码。 Now we have made new App and want to replace existing app on Apple store. 现在我们制作了新的应用程序,并希望替换Apple商店中的现有应用程序。 However provisioning profile (distribution) certificate with which app was submitted 2 years ago is expired. 但是2年前提交应用的配置文件(分发)证书已过期。 Can I submit App update with new distribution certificate??? 我可以提交带有新发行证书的应用更新吗???

When your certificate expires, the provisioning profiles using that certificate will become invalid. 当您的证书过期时,使用该证书的配置文件将无效。 On App Store, the app will still work as long as you're enrolled in the development program. 在App Store上,只要您注册了开发程序,该应用程序仍然可以运行。 All the ad hoc builds signed with that certificate won't work anymore. 使用该证书签名的所有临时构建将不再起作用。 When revoking a distribution certificate the below scenarios will occur for your users: 吊销发行证书时,您的用户将发生以下情况:

  1. When you revoke a certificate that means that any app that is not deployed onto a device (not hosted by AppStore) will no longer be valid. 当您撤消证书时,这意味着未部署到设备上(不是由AppStore托管)的任何应用将不再有效。 Existing users can continue to use the app. 现有用户可以继续使用该应用。

  2. When you revoke a certificate and your App is being hosted on the AppStore; 当您撤销证书并且您的应用程序托管在AppStore上时; users that have already installed the app will not be affected. 已安装该应用程序的用户不会受到影响。 New users that go to install the app will not be affected. 即将安装该应用程序的新用户将不受影响。

  3. When you revoke a certificate and your App is being hosted in-house (internally) and users download it via OTA; 当您撤消证书且您的应用由内部(内部)托管且用户通过OTA下载时; users that have already installed the app will not be affected. 已安装该应用程序的用户不会受到影响。 New users that go to install the app will not be able to install it. 即将安装该应用程序的新用户将无法安装它。 Please note this is based off of behavior we have experienced from Apple. 请注意,这是基于我们从Apple所经历的行为。

  4. Revoking a certificate will not affect the ability to update existing apps regardless of whether they are AppStore or in-house apps. 吊销证书不会影响更新现有应用程序的能力,无论它们是AppStore还是内部应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS企业应用分发版-设置配置文件已过期 - iOS Enterprise App Distribution – Provisioning Profile expired Apple 证书,配置文件 - Apple Certificate, Provisioning profile App Store分发配置文件与开发配置文件 - App Store Distribution Provisioning Profile vs Development Provisioning Profile 将iOS应用提交到商店,但无权访问开发人员计划帐户,但需要提供配置文件和分发证书 - Submit iOS app to Store without access to Developer Program account, but a provisioning profile and Distribution Certificate 在审查应用程序更新时,Apple供应配置文件已过期 - Apple provisioning profile expired while app update was in review iphone 应用程序:如何通过 iOS 配置门户更新过期的分发证书 - iphone app: how to renew an expired distribution certificate through the iOS provisioning portal 找不到此可执行文件的有效配置文件:对于App Store分发配置文件 - A valid provisioning profile for this executable was not found: For App Store Distribution Profile 应用商店-发布已过期的配置文件的批准版本 - App store- releasing an approved version with an expired provisioning profile 向 App Store 提交应用程序时应使用分发配置文件 - A Distribution Provisioning profile should be used when submitting apps to the App Store 应用商店配置文件 - App store provisioning profile
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM