My app rejected with some issues [closed]

2019-09-19 10:50发布

I was trying to publish my app in app store I finished every process they rejected with some reasons, Apps are reviewed on an IPv6 network. Please ensure that your app supports IPv6 networks, as IPv6 compatibility is required. I'm not aware of this thing can anyone explain me what is this and how to solve this problem because in my mobile I tested app it's working properly.

1条回答
不美不萌又怎样
2楼-- · 2019-09-19 11:10

Since this June, Apple expects Apps to run on IPV6 networks. Apple has started rejecting Apps which do no comply with this.

NSURLSession, NSURLConnection, AFNetworking 3.x+ all support IPV6

If you are using any other network libraries, please use below link to test IPV6 support http://www.brianjcoleman.com/tutorial-how-to-test-your-app-for-ipv6-compatibility/

Once you have made the relevant changes and tested for IPV6 supp

查看更多
登录 后发表回答