Closed ligaz closed 9 years ago
Info.plist change to allow HTTP.
<key>NSAppTransportSecurity</key>
<dict>
<!--Include to allow all connections (DANGER)-->
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
On PR.
Currently the unit test runner tries to open the karma server via HTTP which fails on iOS 9. Consider upgrading the runner to a plugin with Info.plist file.