开发者

Apple's Developer Certificate and Provisioning Profile

Can I use someone else's Apple's Developer Certificate and Provisioning Profile to build and run my application on the iPad ? Are the certificates and profiles Machine Specific ?

Actually I am trying to install my friend's dev certificate and it is getting installed but when I am installing the provisioning profile its showing me 开发者_如何学编程an yellow warning "

Apple's Developer Certificate and Provisioning Profile

The main question is that The Developer' Certificate and Provisioning profile can be used on different machines or not ?


See the message, "A valid signing identity matching this profile could not be found". You are adding the certificate in your keychain, not the identity(which is a .p12 file containing the private key). From wherever you got the certificate, you should get the private key exported from the keychain rather than exporting only the certificate.

At the end, like BoltClock said, it is violation of Apple's license to use some others' certificate.


"Error: "A valid signing identity matching this profile could not be found in your keychain"

Solution: Most likely that you have not downloaded the necessary WWDR certificate from the Apple developer site. There is a link to download this certificate in the 'Certificates' section of the developer portal. If you do have the certificate in your keychain, make sure that it has not expired (unlikely, as mine is valid until 2016). Also make sure that your developer certificate has not expired (these seem to be valid for only 12 months at a time)."

http://discussions.apple.com/thread.jspa?threadID=2220082&tstart=0


If you want to run your app on a device then you have to add that device's id to the certificate.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜