Cordova 5.3.3 和安装的 Cordova iOS 3.9.1 无法在 iOS9 中访问互联网

Cordova 5.3.3 and installed Cordova iOS 3.9.1 cannot accesses internet in iOS9

我已经安装了以下插件,

cordova-plugin-device 1.0.1 "Device"
cordova-plugin-geolocation 1.0.1 "Geolocation"
cordova-plugin-inappbrowser 1.0.1 "InAppBrowser"
cordova-plugin-network-information 1.0.1 "Network Information"
cordova-plugin-splashscreen 2.1.0 "Splashscreen"
cordova-plugin-whitelist 1.0.0 "Whitelist"

在config.xml我下面有link,

 <access origin="*" />

您需要设置 Cordova 内容安全策略和 iOS 9 应用程序传输安全请在

查看我的回答