Yesterday, I submit my app for review, but I got a message from apple.
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.
My app is used ionic framework, how can I fix this problem.
I already used domain to access my server, but this problem still exist.
Finally, I used this plugin cordova-HTTP
the last version this used the AFNetworking v3.1.0
then, add some code to solving my networking issue
// 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
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With