简体   繁体   中英

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. So, when you upload your app on iTunes Store, at that time, have the certificates and the provisioning profiles of the desired another entity.

Look up Apple's codesign command-line utility, which is part of the Xcode iOS Developer tools installation. 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. The codesign utility will allow any developer to (re)codesign any (non-encrypted) iOS .app bundle with their own certificates and profile. 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.

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM