gpt4 book ai didi

ios - 我的问题是我无法在 ios 13 和 xcode 11 中发出任何网络请求

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:21:09 25 4
gpt4 key购买 nike

我为我的客户创建了一个关于外汇的应用程序。我的应用程序在 IOS 12 中运行良好,但是当我在 IOS 13 模拟器上安装我的应用程序时,它没有发出任何网络请求。

Alamofire.request(URL_USER_LOGIN, method: .post, parameters:params).responseJSON { response in 
if response.result.isSuccess {

let response : JSON = JSON(response.result.value!)
if response[0]["response"].intValue == 1 {
print("Success")
}
else {
print("Error")
}
}
else {
print("Connection Error")
}
}

最佳答案

将 Alamofire 更新到最新版本。如果你使用的是 cocapods,你可以更新你的 pod,pod update Alamofire

关于ios - 我的问题是我无法在 ios 13 和 xcode 11 中发出任何网络请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58394297/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com