Copy link to clipboard
Copied
Does anybody have the same issue?
Have you added
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
to InfoAdditions?
Copy link to clipboard
Copied
Hi, Please explain your issue.
-Roshan
Adobe AIR
Copy link to clipboard
Copied
Hi Roshan,
I tried my app with the latest beta (on FP CC 2015/windows).
On iOS all internet access is impossible (ioerror).
It seems fine on Android and Desktop (windows).
So I'm just asking if I'm the only one before investigating further.
Best
Copy link to clipboard
Copied
Have you added
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
to InfoAdditions?
Copy link to clipboard
Copied
Thx Harry,
It's working now