App rejected for lack of IPv6, is this a server or app issue?

孤人 提交于 2019-12-13 07:08:24

问题


Apple rejected an app because it didnt work on their IPv6 network. I've managed to test this on my end using an ipv6 only address and can see that the third party API i'm using is unreachable when using an IPv6-only address.

Any time i try to use the API I get the response

A server with the specified hostname could not be found

The same thing happens if I manually go the URL in safari, whereas other IPv6-ready sites like gmail etc work.

So my question is do I need to get the developers of the API I'm querying to update their servers to support IPv6 in order to get this working, or is there something I should be doing on the app side in order to make this work?


回答1:


There's no need to change any external servers. It's all about the client. If by this "third party API" you mean they have a library which you include into your app, then perhaps they are doing something in their code that is not working correctly; if this is the case, then you need to ask them to fix their client library.



来源:https://stackoverflow.com/questions/39177221/app-rejected-for-lack-of-ipv6-is-this-a-server-or-app-issue

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!