Copy link to clipboard
Copied
Hey, suddenly i don't have any internet connection for all my written apps in air 21.0 for ios...
- android everthing is ok...
can anyone help ?
Copy link to clipboard
Copied
if you're now using air 22, i think there was a security change probably required by apple.
Copy link to clipboard
Copied
Now i use Air 21.0 for ios in Animate.
But how i can update to 22 ????
Copy link to clipboard
Copied
okay Air 22 installed... but its the same ... no internet...
how can i find air 20 to install a running version again ?
Copy link to clipboard
Copied
22.0.0.153 no internet...
21.0 no internet...
20 ? SDK must be higher than 21.0.0. ...
nobody has the same problem ?
HELP!
Copy link to clipboard
Copied
As kglad mentioned, it may be Apple's security policy.
App Transport Security (ATS) is being introduced from Apple in iOS9, which doesn’t allow unsecure connections between App and Web services.
Copy link to clipboard
Copied
it means i've to change my xml file :
<iPhone>
<InfoAdditions>
<![CDATA[
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key><true/>
</dict>
]]>
</InfoAdditions>
</iPhone>
or i have to change to https on my server ?
Find more inspiration, events, and resources on the new Adobe Community
Explore Now