Revoke Certificate

I want to change my iOS Development certificate to Ad Hoc/Appstore certificate. Should I revoke the iOS Development certificate first? Or can I have both certificates on my devices. Is this an easy thing to do ?

I can still use the iOS Devices that I added for  Development  for the Ad Hoc Certificate right?

Any help is greatly appreciated thanks!

I would highly suspect that you need to remove the iOS development certificate - that would be a massive inconvenience when doing ongoing development. 

If you compile the App again with the AdHoc certificate and try to put it on the same device which already has an App signed with Development certificate, I think worst case you will have to remove the dev cert signed App first. 

Would be interested to know how it goes for you. 

Cheers

Development and Distribution certificates and profiles can live together at the same time.  When you generate a provisioning profile to use for either AdHoc or Store distribution, just make sure to use the distribution key/certificates and download your new provisioning profile and install it alongside your others.  Restart Corona SDK to pick up the new profiles.

Rob

I would highly suspect that you need to remove the iOS development certificate - that would be a massive inconvenience when doing ongoing development. 

If you compile the App again with the AdHoc certificate and try to put it on the same device which already has an App signed with Development certificate, I think worst case you will have to remove the dev cert signed App first. 

Would be interested to know how it goes for you. 

Cheers

Development and Distribution certificates and profiles can live together at the same time.  When you generate a provisioning profile to use for either AdHoc or Store distribution, just make sure to use the distribution key/certificates and download your new provisioning profile and install it alongside your others.  Restart Corona SDK to pick up the new profiles.

Rob