App Transport Security problem in 27.0beta
Hi Community,
I tried to update my existing AIR mobile app to 27.0 beta, and the app throws an App Transport Security error when calling HTTP resource. The app was tested using a desktop emulator.
In my AIR config file, I already added the following to InfoAdditions.
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<dict>
I tried to revert back to SDK 26.0 and 25.0, both are working well.
Thanks for helping.
