Re: ApplicationVerificationFailed - caused by connectivity problem?

2018-10-31 Thread Erik Thomas
Great news, Douglas! Best regards, Erik

Re: ApplicationVerificationFailed - caused by connectivity problem?

2018-10-31 Thread Douglas McCarroll
Thanks a lot Erik. The problem was this one: You chose Ad Hoc profile and not Developer which is for native dev? > I could have sworn that the cert and profile that I've been using successfully have both been "dev". In fact, I have the files named to reflect this "fact". Perhaps I was wrong. Per

Re: ApplicationVerificationFailed - caused by connectivity problem?

2018-10-31 Thread Erik Thomas
Hi Douglas: I don't recognize the URL-specific errors you are seeing, so none of this may be relevant, but I've set up and currently use 5 different iOS devices when developing and testing (plus I've set up two older iOS devices I used 5 or 6 years ago that have since become unsupported) and ye

ApplicationVerificationFailed - caused by connectivity problem?

2018-10-31 Thread douglasmccarroll
Hi All, I'm getting ApplicationVerificationFailed when I try to install my app. My developer certificate and provisioning profile have been working fine, but now I'm sending my iPhone into Apple for a repair and need to do testing on a new device. I've created a new provisioning profile that incl

Re: flex app and long running sqls

2018-10-31 Thread Olaf Krueger
In case you're speaking of a server-side connection, are you sure that your server doesn't run into timeout issues? E.g. IIRC the default max execution time for a PHP script is 30 seconds. HTH, Olaf -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: flex app and long running sqls

2018-10-31 Thread Prabhu Moorthy
Hi, Are you using HTTPService or URL Loader to get the data? In HttpServcie, option to set request time out in seconds, requestTimeout : int Provides access to the request timeout in seconds for sent messages. Ref: https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/rpc/http/H