We are using AWS server. As it is not supporting IPv6 network protocol, Apple rejected my app.
I want to know if I can do anything on app side to resolve this issue apart from switching to the other server.
I am using NSURLSession
.
Thanks
We are using AWS server. As it is not supporting IPv6 network protocol, Apple rejected my app.
I want to know if I can do anything on app side to resolve this issue apart from switching to the other server.
I am using NSURLSession
.
Thanks
I've actually had the same problem before. At first I tested my app by the suggested tests by apple (you can find them on this link). However, the tests were successful so I couldn't find my problem. Then I simply contacted the Apple Support saying that I ran all tests and everything seemed fine on my side and they simply accepted my build.
So my suggestion would be to ran the tests suggested by Apple, and if the results are positive then simply contact the Apple support.
Hope that was useful!