On May 18, 2016 11:11 PM, "Anton Bondarenko" <divla...@gmail.com> wrote:
>
> flex 4.14.1 and air 17 works fine.
> its more interesting that requests to my server doesn't work too.
> But getting address from google by gps coords works fine.

Did you try the fix mentioned in the adobe forum post?

That is, add

<key>NSAppTransportSecurity</key>
<dict>
  <key>NSAllowsArbitraryLoads</key>
  <true/>
</dict>

to InfoAdditions?

>
> 2016-05-18 20:34 GMT+04:00 OmPrakash Muppirala <bigosma...@gmail.com>:
>
> > I got the same problem a few days ago.   Looks like something changed in
> > iOS and a change to .app.xml is required.
> >
> > Solution is here:
> > https://forums.adobe.com/thread/2134653
> >
> > This fixed my issues.
> >
> > Thanks,
> > Om
> > On May 18, 2016 6:37 AM, "Anton Bondarenko" <divla...@gmail.com> wrote:
> >
> > > Hello all.
> > > While developing applications on flex now i have a few problem with
> > > publication on itunes and playmarket, and ios devices.
> > > I tried to use flex 4.14.1 and 4.15.0 with air 17, 20, 21, 22 beta.
> > > The problem's link is next. Air 17 has a problem with open ssl on
> > > playmarket
> > > <https://support.google.com/faqs/answer/6376725> so it's solved by
using
> > > newer air sdk. In addition i'm using some ANE that requires air sdk 20
> > and
> > > newer.
> > > Adobe air sdk 20 and 21 have problems with itunes publications(email
from
> > > apple with message about  *Invalid Signature*). There no problems with
> > that
> > > on air sdk 22 beta. And it was fine and I was happy for a few days.
But
> > > today new problem came. Its a new iOS 9.3.2. And the problem is called
> > > URLmonitor.available. Its always returns false value on air sdk 20-22
but
> > > device is connected to Internet and it works. By the way with air sdk
17
> > it
> > > works fine and returns true.
> > > So can anybody to answer what is that and the ways to solve it?
> > >
> > >
> > >
> > > *urlMonitor:URLMonitor = new URLMonitor(new
> > > URLRequest('http://www.google.com <http://www.google.com>'));*
> > >
> > > *urlMonitor.addEventListener(StatusEvent.STATUS, urlMonitorHandler);*
> > >
> > > *urlMonitor.start();*
> > >
> > >
> > > *private function urlMonitorHandler(event:StatusEvent):void {*
> > > *  trace("code = " + event.code);*
> > > *  trace("status = " + urlMonitor.available);*
> > > *}*
> > >
> > > result:
> > > *code = Service.unavailable*
> > > *status = false*
> > >
> > > Thanks for your attention and time.
> > > --
> > > //-------------------------
> > > Best Regards,
> > > Anton Bondarenko
> > >
> >
>
>
>
> --
> //-------------------------
> Best Regards,
> Anton Bondarenko

Reply via email to