I switch between my iMac and MacBook when working on my apps. I've always used my iMac t开发者_JAVA百科o test the apps on the actual device, but I would like to be able to do this from both computers. I cannot seem to use the profile on my MacBook as it does not have the correct Certificate Signing Request in the KeyChain. Is there a way to copy these between machines and KeyChains?
To export the certificate, see here.
In short, enter this into the terminal:
sudo /Applications/Utilities/Keychain\ Access.app/Contents/MacOS/Keychain\ Access
This will require your password. Once the Keychain opens, you'll be able to export the certificate along with the private key.
This has been simplified for IOS4. All you need to do now is go to the organizer and export the profile you need and then import on the other machine. iOS4 Guide - Managing your devices
精彩评论