gtsopour opened a new issue #915:
URL: https://github.com/apache/cordova-ios/issues/915
Hello guys,
I have submitted an iOS App using WKWebView with latest cordova-ios 6.0.0
but it got rejected multiple times because they cannot Login or access our APIs
through HTTPS requests. But I cannot reproduce this issue neither in the
simulators nor in a real device through Test Flight distribution (we have
installed the App in 3 real devices with different networks, even under VPN). I
have enabled even the CORS server side, I have adapted the
NSAppTransportSecurity as of below but not lack. Do you have any ideas or any
suggestions? This is happening only in App side during their reviews.
`<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>{MY_DOMAIN}</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
<key>NSExceptionMinimumTLSVersion</key>
<string>TLSv1.0</string>
<key>NSIncludesSubdomains</key>
<true/>
</dict>
</dict>
</dict>`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]