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