Copy link to clipboard
Copied
I'm still fighting to move from Air 19 to Air 21.
I have an issue on Air 21 when I try to load an image from redirect url on iOS9 (other platforms, other iOS versions or Air 19 work fine).
I have the following error:
loader_ioErrorHandler Error #2036: Load Never Completed. URL: http://graph.facebook.com/10208836064477085/picture?height=124&width=124
Loading direct url works fine.
I updated to the latest ios 9 9.3.2, with no luck.
So it seems very specific to Air 21+ / iOS9 / redirect url.
I also tried with latest air beta 22.0.0.137 but same issue.
Did I miss something or is it a bug?
Thank you for your help
In iOS9, Apple has introduced App Transport Security (ATS) which blocks unsecure connections between App and Web services. Due to this change, all connections made to unsecure web sites via http are now blocked by default and will not work due to App Transport Security.
Could you please go through Flash Player Help | Release Notes | Flash Player® 20 AIR® 20 for more details.
Let us know if this fixes your issue.
-Roshan
Adobe AIR
Copy link to clipboard
Copied
In iOS9, Apple has introduced App Transport Security (ATS) which blocks unsecure connections between App and Web services. Due to this change, all connections made to unsecure web sites via http are now blocked by default and will not work due to App Transport Security.
Could you please go through Flash Player Help | Release Notes | Flash Player® 20 AIR® 20 for more details.
Let us know if this fixes your issue.
-Roshan
Adobe AIR
Copy link to clipboard
Copied
Thx Roshan,
It is working fine now 🙂