gpt4 book ai didi

ios - 关于使用 ionic 框架的 iOS IPv6 网络

转载 作者:可可西里 更新时间:2023-11-01 03:18:24 25 4
gpt4 key购买 nike

昨天,我提交了我的应用程序以供审核,但我收到了苹果的消息。

Apps are reviewed on an IPv6 network. Please ensure that your app supports IPv6 networks, as IPv6 compatibility is required.

For additional information about supporting IPv6 Networks, please refer to Supporting iPv6 DNS64/NAT64 Networks.

For a networking overview, see About Networking.

我的应用程序使用 ionic 框架,我该如何解决这个问题。

我已经使用域访问我的服务器,但这个问题仍然存在。

最佳答案

终于用上了这个插件cordova-HTTP

最后一个版本使用了 AFNetworking v3.1.0

然后,添加一些代码以求解我的网络问题

// using AFNetworking if on iOS device
if ($window.cordova && ionic.Platform.isIOS()) {
// $window.CordovaHttpPlugin.get
// $window.CordovaHttpPlugin.post
// or
// cordovaHTTP.get
// cordovaHTTP.post
} else {
// $http.get
// $http.post
}

关于ios - 关于使用 ionic 框架的 iOS IPv6 网络,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37605742/

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