我的应用程序使用react-native 0.60.4版本,使用reat-native-webview库,reat-native-webview版本已经从9.4.0更新到10.6.0,当想要在playstore中更新该版本时,它不允许附加错误的图像
我回到了9.4.0之前的版本,因为我在许多论坛上读到删除这一部分更好(我附加了链接https: // stackoverflow .com / questions / 35720753 // 35721678 # 35721678 https://github.com/gorbin/ASNE/commit/85dadbfd7b31346b11ce642d4224e12561c8b169 How can load https url without use of ssl in android webview -of-ssl- in -android-webview/ 35618839 # 35618839 ->在评论中提到这个解决方案不起作用Webview avoid security alert from google play upon implementation of onReceivedSslError play- in onreceiveds/ 36147896 # 36147896)
这就是为什么我回到9.4.0版本,它一直向我显示相同的错误,假设10.6.0版本已经为这个错误添加了解决方案,但是playstore一直拒绝它
我已经检查了应用程序的所有urls,它们都是正确的https
有没有人设法解决这个错误?
发布于 2020-10-13 01:18:42
问题出在react-native-sodyo库中,它不在react-native-webview中,sodyo的库在他最近的更新中有这个问题。所以我也用了同样的方法
https://stackoverflow.com/questions/63404171
复制相似问题