简体   繁体   English

签署由其他开发人员创建的iOS应用

[英]Sign an iOS app created by another developer

I am working on an update to existing app on the iOS app store. 我正在对iOS应用商店上的现有应用进行更新。 The app was originally created by a contracting firm, and the distribution certificate and app id was created by them. 该应用程序最初是由签约公司创建的,而分发证书和应用程序ID是由他们创建的。 We need to push an update, but can't get the Certificate.p12 from them. 我们需要推送更新,但无法从中获取Certificate.p12。 We do have control over the iTunes Connect account, though. 不过,我们确实可以控制iTunes Connect帐户。

If we can't get in touch with them to send over the .p12, do we have any recourse outside of pulling down the app and creating a brand new one? 如果我们无法与他们取得联系以发送.p12,那么除了撤消该应用程序并创建一个全新的应用程序之外,我们还有其他资源吗? The major drawback here is losing existing user base. 这里的主要缺点是失去现有的用户群。

If you have access to iTunes connect account.. you should go to the iOS provisioning portal ( https://developer.apple.com/devcenter/ios/index.action ) and: 如果您有权访问iTunes Connect帐户..您应该转到iOS设置门户( https://developer.apple.com/devcenter/ios/index.action ),然后:

  1. First create a new certificate 首先创建一个新证书
  2. edit the distribution certificate and select your newly created certificate 编辑分发证书并选择新创建的证书
  3. Download the distribution certificate 下载发行证书
  4. sign the package with the new distribution certificate you just created 用您刚创建的新分发证书对软件包进行签名

Hope that helps, let us know if you need further assistance. 希望能有所帮助,如果您需要进一步的帮助,请告诉我们。

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

相关问题 为已拥有由其他开发人员创建的应用程序的客户提交和iOS应用程序 - Submit and iOS App for a client that already own an App created by another developer iOS发行证书,由另一位开发者签名 - iOS distribution certificate, sign by another developer 查找以编程方式签署ios应用程序的开发人员ID - Find developer id that sign the ios app programmatically 使用其他开发者帐户在XCode中签名应用 - Sign app in XCode with another developer account 将使用 Apple 登录和 Firebase 的 iOS 应用程序转移到新的开发者帐户 - Transfer iOS app that uses Apple Sign in and Firebase to a new developer account 将转移的 iOS 应用更新到另一个开发者帐户 - Update Transfered iOS app to another developer account Firebase-将应用程序从iOS开发者转移到另一个 - Firebase - Transferred App From iOS Developer to another 将iOS应用组迁移到另一个开发者帐户 - Migrate iOS app group to another developer account 可以在iOS Developer Enterprise帐户中分发在iOS Developer帐户下创建的应用吗? - Can app created under iOS Developer's account be distributed in iOS Developer Enterprise account? 您可以将Apple TV和iOS应用程序转移到另一个开发者帐户吗? - Can you transfer an Apple TV and iOS App to another Developer Account?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM