Re: [問題] 有關用別人的ios developer program簽렠…

看板MacDev作者 (畢業了..@@")時間14年前 (2011/04/12 10:36), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
※ 引述《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
文章代碼(AID): #1DexgI6j (MacDev)
文章代碼(AID): #1DexgI6j (MacDev)