My app was recently rejected by the App review team due to IPv6 not being supported. After debugging our app it turns out that we had switched to the experimental .NET 4.6 version and it doesn’t seem to support it.
The error message is “Protocol option not supported”.
Switching back to the stable 3.5 fixed the issue.
I figured I would post this more as an FYI than anything.
Thanks.