作者popcorny (毕业了..@@")
看板MacDev
标题Re: [问题] 有关用别人的ios developer program签렠…
时间Tue Apr 12 10:36:00 2011
※ 引述《popcorny (毕业了..@@")》之铭言:
: 客户有自己的ios developer program.
: 当初是委托别人去开发程式并发布到app store.
: 现在要找我们做ipad版的app
: 而发布app需要有private key去签署
: 请问要怎麽跟客户要private key让自己的环境做开发呢?
: Organzier的Developer Profile->Export好像会把所有的key都复制一份?
: 这好像不太试合吧?
: 还是从keychain access去把private key export出来?
: 不知道有哪位大大有类似的经验的
来自问自答..
可能以後也许有人会有类似的问题
所以在这边留个纪录
如果要把private key给别人可以透过这份官方文件
http://developer.apple.com/ios/manage/certificates/team/howto.action
(要有帐号才可以看得到)
节录如下
[Saving your Private Key and Transferring to other Systems]
It is critical that you save your private key somewhere safe in the event that
you need to develop on multiple computers or decide to reinstall your system
OS. Without your private key, you will be unable to sign binaries in Xcode and
test your application on any Apple device. When a CSR is generated, the
Keychain Access application creates a private key on your login keychain.
This private key is tied to your user account and cannot be reproduced if lost
due to an OS reinstall. If you plan to do development and testing on multiple
systems, you will need to import your private key onto all of the systems
you’ll be doing work on.
1. To export your private key and certificate for safe-keeping and for
enabling development on multiple systems, open up the Keychain Access
Application and select the ‘Keys’ category.
2. Control-Click on the private key associated with your iOS Development
Certificate and click ‘Export Items’ in the menu. The private key is
identified by the iOS Developer: <First Name> <Last Name> public
certificate that is paired with it.
3. Save your key in the Personal Information Exchange (.p12) file format.
4. You will be prompted to create a password which is used when you attempt to
import this key on another computer.
5. You can now transfer this .p12 file between systems. Double-click on the
.p12 to install it on a system. You will be prompted for the password you
entered in Step 4.
另外还有一个方法是重新申请distribution certitfication.
参考这篇文章
http://goo.gl/4zVHr
这篇文章讨论产生新的distribution certification会有什麽影响
细节请看内文
大概的结论是你产生新的distribution cert不会影响你已经上架的app
你也可以透过新的private key去上架新的app甚至update既有的app
不过我本身是还没有尝试过 毕竟尝试的流程太麻烦了 也有其风险
如果可以要的到private key的话是最好的
如果不行 重新申请一个distribution cert.也是一个方法
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 220.135.251.162