0

enter image description hereWe are facing some weird issue from last couple of days and our app is rejected from apple 3-4 times because of this reason. "Thank you for your resubmission. We noticed that the previous issue has not been resolved. We are unable to proceed with the review of your app until this issue has been addressed" Please run your app on a device while connected to an IPv6 network (all apps must support IPv6) to identify any issues, then revise and resubmit your app for review. We have tested it hundreds times and everything works great with us on same devices. Is it something related to iPv6 ? Any help will be greatly appreciated.

Thanks

rmaddy
  • 314,917
  • 42
  • 532
  • 579
GameFreak
  • 63
  • 8
  • I am not sure but I think the problem is with your back end. You need to make your backend ipv6 comparable. May b this help you. http://stackoverflow.com/questions/37693256/required-ipv6-compatibility-ios-app-rejected-by-apple – Pankaj K. Mar 18 '17 at 04:29
  • This one also help you. http://stackoverflow.com/questions/37637818/ipv6-app-store-rejection – Pankaj K. Mar 18 '17 at 04:30

1 Answers1

0

I have same experience. IPv6 rejected

Step 1:

Go to your project and check for all related AF_INET , IPv4

Step 2:

Replace them in AF_INET6 as IPv6

Step 3:

submit those dummy changes version as new project to iTune app store (dont use it for real production just for to PASS test)

Once that confirms you that it PASS, then do those changes to your real production release.

Hope it helps.

EDIT:

Also test your code with IPv6 only to make sure it does not crash.