I have an AIR application that I have been signing with my Verisign certificate. I have just renewed this certificate for another two years. But when I make and sign a new version of my AIR application, the update fails (with a misconfigured error message). This warning is in the AIR documentation:
When you sign an AIR application with a certificate, whether it's a developer self-signed test certificate, or the official certificate of your company, that version of your AIR application can only ever be updated with another version of your application published with the same certificate.
Does anyone know a way to tell the updater framework, or whatever, that this is simply a renewal of the same certificate? Verisign were told to simply renew the certificate so I am sure nothing other than expiry dates changed.
Or am I doomed to having a broken updater every two years?
Thanks Adrian