Question

I have iOS Developer Program membership for which i paid $99. I have installed that certificate in one system, and I'm able to run my application on my real device.

Is it possible to install this certificate on my another system, such that I can run my application on another real device? When I try to install the same certificate on another system, I'm not able to get it working.

Was it helpful?

Solution

OTHER TIPS

You can definitely install the certificate on other systems. Please tell us the error message(s) you are getting.

Please make sure that you are exporting your certificates correctly and importing them on other system with the correct password.

Hope this helps,

Thanks,

Madhup

You have two ways to install the App in to device.

One is: you can add the new device UDID to the provisioning profile and you can run through your system

If you want to run from other system then follow the 2nd one

2nd is: You have to create a .p12 certificate from you systems keychain.

Goto -> Application -> Utilities -> KeyChains.

right click on your certificate and click export, enter some password(for security reasons). Then it will create a .p12 certificate.

You have to install this certificate in the other system by giving the specific password that you have give while creating. Then those will be installed in the other system.

Thats it. Then follow the first step, and enjoy by installing app into other device.

Regards, Satya

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top