问题
My app is contentiously rejected by reviewers.They gives me below reason.
Please revise your app and test it on a device while connected to an IPv6 network (all apps must support IPv6) to ensure it will launch without crashing.
I've used objective-c and the api which I used is in php. Also I have used NSURLSession
and NSURLConnection
for calling the API's.
I'm not using AFnetworking
.I have done lots of RNDs from last two days.
Can anyone suggest me how can I solve this issue?
回答1:
If you are using old Rechability
class then replace it with latest one because apple's old Rechability
class is not compatible with ipv6
only network. You can get latest Rechability
class from here. I am not sure that this is only issue but in many cases ipv6 issue found because of old rechabilty class
.
And you should refer this apple documentation also!
来源:https://stackoverflow.com/questions/40276207/app-rejected-due-to-connected-to-an-ipv6-network-to-ensure-it-will-launch-withou