Hi Jason,
just to be sure:
You're using captive runtime and pass the EV cert at build time?
Finally, you package your app by using winrar?
Thanks!
Olaf
--
Sent from: http://apache-flex-users.246.n4.nabble.com/
HI Vinvent,
>Indeed, I believe this is caused by the fact that our applications are
signed with a temporary certificate.
Yes, that make sense.
It comes into my mind that we always use the same self-signed certificate
here since a longer time.
I'll try to generate a new one using the ADT, maybe th
Does anyone know if there are any tricks to having two AIR applications
(captive runtime) on the same computer talk to each other via LocalConnection?
Receiver;
private var _lcReceiveConnection:LocalConnection = new LocalConnection();
public function startLocalReceiveListener():void
{
_lcReceiv