I have problems with releasing a build of a desktop application build in Flash Builder, using Flex and AIR. I have .p12 certificate which I use in another desktop application, again built in Flash Builder, using Flex and AIR. With this application, everything works fine. I am exporting release builds every week. Now I am trying to understand, why I can not export a release build of the other application with the same certificate. Can I sign both applications with the same certificate? Is there something that I have to change in the configuration files(I mean something connected to the certificate)?

The error I am getting on release: "Error creating native installer file: Unable to build a valid certificate chain for the signer."

有帮助吗?

解决方案

The answer is yes, we sign all our software with the same certificate, because the signature is to show who is the publisher. About the error I have no idea, I had soem similar erros when I had the new signiture and I had to follow some complex steps to export it as p12 using a browser but if the exact same p12 works on other app then I have no idea what it could cause that. Are you sign them with the exact same file and using same computer/IDE/environment?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top