我正在开发离子应用程序。应用程序向安全的API端点发出请求。在Google Play控制台中测试应用程序时,出现错误消息HUAWEI Mate 9和LG G6无法连接到API,SSL握手失败https://imgur.com/goG5Ot0。其他设备运行正常。
这是我的package.json依赖项:
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
"@angular/compiler": "5.2.11",
"@angular/compiler-cli": "5.2.11",
"@angular/core": "5.2.11",
"@angular/forms": "5.2.11",
"@angular/http": "5.2.11",
"@angular/platform-browser": "5.2.11",
"@angular/platform-browser-dynamic": "5.2.11",
"@ionic-native/core": "^4.18.0",
"@ionic-native/facebook": "^4.18.0",
"@ionic-native/file": "^4.18.0",
"@ionic-native/file-transfer": "^4.18.0",
"@ionic-native/geolocation": "^4.18.0",
"@ionic-native/google-maps": "^4.14.0",
"@ionic-native/http": "^4.18.0",
"@ionic-native/splash-screen": "~4.11.0",
"@ionic-native/status-bar": "~4.11.0",
"@ionic/storage": "^2.1.3",
"@types/leaflet": "^1.2.14",
"cordova-android": "7.0.0",
"cordova-plugin-advanced-http": "^2.0.2",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-facebook4": "^2.5.0",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-file-transfer": "^1.7.1",
"cordova-plugin-geolocation": "^4.0.1",
"cordova-plugin-googlemaps": "^2.4.6",
"cordova-plugin-ionic-keyboard": "^2.1.3",
"cordova-plugin-ionic-webview": "^2.3.1",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-sqlite-storage": "^2.6.0",
"ionic-angular": "3.9.2",
"ionic-native-http-connection-backend": "^4.0.8",
"ionicons": "3.0.0",
"leaflet": "^1.3.4",
"leaflet-tilelayer-mbtiles-ts": "^1.4.9",
"minimist": "^1.2.0",
"npm": "^6.5.0",
"promise-polyfill": "^8.1.0",
"rxjs": "5.5.11",
"sw-toolbox": "3.6.0",
"whatwg-fetch": "^3.0.0",
"xml2js": "^0.4.19",
"zone.js": "0.8.26"
},
"devDependencies": {
"@ionic/app-scripts": "3.2.0",
"typescript": "~2.6.2"
},