The detailed error stack show below:
App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app’s Info.plist file.
The error message already told you that you can modify the Info.plist to disable this validation.
To open the Info.plist file and add below configuration:
+ App Transport Security Settings
- Allow Arbitary Loads = YES

本文提供了解决AppTransportSecurity错误的方法,并指导如何在Info.plist文件中进行临时配置以禁用验证。

被折叠的 条评论
为什么被折叠?



