App rejected due to Network Issue (But It works)

Hi guys,


This is literally my first post after my app got rejected for a couple of times due to Network issues cited by App Review Team.

This is just a typical IPv4 networking function where it works for me on the cellular scope. But the review team kept rejecting due to the Network issue. Anyone facing the same issue as me?


I am really at loss what to do. Re-tried the app install via testflight, checked my company firewall, verified accessible via data sim card. So what is wrong on their side?

Replies

Re-tried the app install via testflight, checked my company firewall, verified accessible via data sim card.

Notably absent from that list is MacNAT64. Have you tried that?

You can learn more about this in my Supporting IPv6-only Networks pinned post.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Seems like you are right. I will try that. Thank you.