Can I sign my Adobe AIR app with my iOS development certificate? I saw on Adobe’s website that a company called Thawt is a valid CA. Beneath their name, I saw Apple listed.
Does this mean that I can sign my app with Apple’s iOS dev certificate? If so, how?
If you have a certificate issued from Thawte called “Apple Developer Certificate” or something similar, it should work, theoretically. I’ve seen that unable to build valid certificate chain error before, even with valid certificates. It is generally caused by you trying to use the base certificate from the issuer without the CA cert bundled. You can fix it by importing the cert to a trusted keychain and then exporting the cert in PKCS format(I believe) while including the CA cert chain. See this site for more details: http://www.alivelearn.net/?p=892