0

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?

Bhavin Ramani
  • 3,221
  • 5
  • 30
  • 41

1 Answers1

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!

Ketan Parmar
  • 27,092
  • 9
  • 50
  • 75