简体   繁体   English

使用其他配置文件将iOS应用提交到Appstore

[英]Submitting an iOS app to appstore using a different provisioning profile

是否可以创建基于我的证书和置备的应用程序,然后将其通过自己的证书和置备分发给另一个实体,然后提交给appstore?

Yup. 对。 There wont be any problem as the code doesnt have any connection with the certificates and provisioning profiles. 由于代码与证书和配置文件没有任何关系,因此不会有任何问题。 You can build the whole app with your certificates. 您可以使用证书构建整个应用程序。 These certificates and profiles are just connected with the Build. 这些证书和配置文件仅与Build连接。 So, when you upload your app on iTunes Store, at that time, have the certificates and the provisioning profiles of the desired another entity. 因此,当您将应用程序上载到iTunes Store时,此时,请具有所需另一个实体的证书和置备配置文件。

Look up Apple's codesign command-line utility, which is part of the Xcode iOS Developer tools installation. 查找Apple的codesign命令行实用程序,该实用程序是Xcode iOS Developer工具安装的一部分。 Or type: 或输入:

man codesign

from the Terminal command-line. 从终端命令行。 The XCode Build results window will show you all the parameters for this command when building your own apps. XCode构建结果窗口将在构建自己的应用程序时显示此命令的所有参数。 The codesign utility will allow any developer to (re)codesign any (non-encrypted) iOS .app bundle with their own certificates and profile. codesign实用程序将允许任何开发人员使用其自己的证书和配置文件来(重新)共同设计(非加密的)iOS .app软件包。 Once an app is (re)signed with that second developer's Distribution certificate, they can submit it to the App store from their own iOS Developer account. 使用第二个开发人员的发行证书对应用程序进行(重新)签名后,他们可以从自己的iOS开发人员帐户将其提交到App Store。

You might want to make sure that the app's bundle ID is appropriate for the submitting developers account (using the submitting developers bundle seed, reverse DNS vendor ID and app name). 您可能要确保该应用程序的捆绑软件ID适用于提交的开发人员帐户(使用提交的开发人员捆绑软件种子,反向DNS供应商ID和应用程序名称)。

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

相关问题 使用Appstore设置和AdHoc设置配置文件提交二进制文件以供Appstore审核 - Submitting binary for Appstore review with Appstore provisioning and AdHoc Provisioning profile 应用程序未在带有appStore Provisioning配置文件的设备上运行 - App not running on device with appStore Provisioning profile ios app的配置文件 - Provisioning profile for ios app 使用其他配置文件提交应用程序iPhone - Using different Provisioning Profile to submit app iPhone React Native iOS - 如何将配置文件添加到提交到 Appstore 的 ipa - React Native iOS - How to add Provisioning Profile to ipa submitted to Appstore 具有相同配置文件的其他应用 - different app with same provisioning profile 在应用商店上传应用程序时,xcode 9.2 中的“无需配置文件” - “No provisioning profile required” in xcode 9.2, while uploading app on appstore iOS:将应用提交到appStore / adhoc部署时出现问题 - iOS : Issue in submitting app to appStore / adhoc deployment 无法在 iOS 10 中使用分布式配置文件验证企业应用程序 - Cannot verify enterprise app using distributed provisioning profile in iOS 10 无法为iOS应用创建配置文件 - Cannot create provisioning profile for iOS app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM