Our App approved by app store several times, but the latest update failed to Apple audit.
But App store rejected our app because of Networking, maybe IPV6 network has problem.
So we go into detail, we reviewed the server's log, we found that the http connection success, But the socket connection failed.
Our server received user's connection request, but our server can't receive user's data!!!!
It means that, the socket connection is established, but socket server failed to receive data!!
What's wrong??
Any information will be appreciated!!
Thanks in advance!