iPhone - how to submit an application for a client

≡放荡痞女 提交于 2019-12-04 14:37:10

问题


I've written an iPhone application for a client. He has purchased a single developer certificate as I have, and authorized me to do whatever needs to be done to submit the application to the app store.

Will there be any problem creating a code signing identity on my system for the client?

I realize the question is kind of vague - basically, is it do-able from my system without fouling up my own applications? If so, what do I have to do differently than if I were uploading my own application?


回答1:


You'll need to log in to the client's developer account and create a certificate there, using your existing (or create a new) Certificate Signing Request (which is created using Keychain Access and your private key, or create a new private key for this purpose).

Then download that certificate and add it to your keychain. You'll then need to generate the appropriate Distribution profile (in the client's account) using the certificate you just created. Download that profile and use that to sign your build. Now you have a build signed as your client that you can upload to iTunes Connect once the app is created there and you are ready to upload the binary.

I have done this for 2 clients successfully.



来源:https://stackoverflow.com/questions/6144584/iphone-how-to-submit-an-application-for-a-client

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!