one of my friend want to use my developer account to submit app

喜欢而已 提交于 2020-01-06 10:55:53

问题


One of my friend want to use my developer account to submit app, because he do not want o apply for a new account.

And I do not want to get his source codes. Is there a way he can compile his app project with my account codesign in his xcode?

Welcome any comment

Thanks

interdev


回答1:


It was similar to "develop my apps on two iMacs".

  1. Create a new RSA key pair, use this new key pair to get your new certificates and provisioning files from iOS Dev Center.
  2. Ask your friend to import the new RSA private key on his own iMac, and then install the new certificates and provisioning files.
  3. He can then sign his code with your newly-created provisioning file on his own iMac, and give the final binary to you without you actually seeing the code.

Hope it helps.




回答2:


I would think he would need to mess with the Keychain on his Mac.

I'd personally not recommend it and tell him to get his own account or send you the source :-)




回答3:


The keychains as mentioned by diwup, will not mess with any other existing keychains on his mac



来源:https://stackoverflow.com/questions/4613648/one-of-my-friend-want-to-use-my-developer-account-to-submit-app

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