This is a multi-part question, but all to resolve the same issue.
I'm trying to publish a project I've been working on but get intermittent problems with .air files that are generated.
I always get the following warning when publishing my project:
"There was an error connecting to the timestamp server. You may not have a connection to the network, or the server itself may have a problem.
If you choose to disable timestamping, the AIR application will fail to install when the digital signature expires."
So I have had no choice but to disable timestamping.
I do have a working internet connection, but I'm working from my company network, could this be an issue, and if so, is there a work around (Opening a specific port or something)? Also, how long do the above-mentioned digital signatures have before expiring?
Also, I am creating my own certificate. Do I need to purchase some kind of certificate/license to install my application on another computer? I've done some research, but the information is hard to find, and what I do find is kind of cryptic at best. Currently, I only need to deploy to machines within the company.
Sometimes the installer works fine and without issue (on the computer that generated it at least), other times I get "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author." as an error message. Other times I get an error stating that certificates or signatures or something do not match (Sorry, I couldn't replicate the error so am paraphrasing).I have yet to get an install to work on a separate machine.
I've tried using Air 2.5 and 2.6.
Also, as an extra while I'm here: Can I embed AIR applications to be run INSIDE a browser like a traditional Flash project?