IOS submission refused because of IPv6 only
Hi everyone,
i tried to submit an external Beta (testflight) build to IOS, and got it rejected many times, cause when they test it, all connections fail.
They mention in the bug report :
Apps are reviewed on an IPv6 network. Please ensure that your app supports IPv6 networks, as IPv6 compatibility is required.
So i think it's because of that.
I tried to re-submit by adding this to the iphone / InfoAdditions node
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
which is supposed to disable the "ipv6" requirement, but it didn't change anything, request failed on their side.
2 questions :
- is there a way i can simulate / test this on my side, so i don't need to make a submission and wait 24 hours for each tests
- What should i do to make it work on a IPv6 network ?
