I have a simple application that loading a studio experience from an AWS server.
NSURL *url = ; self.architectWorldNavigation = ;
Everything is fine when i load the app on a IPv4 network but when I test a IPv6 i get 'curl file error message; Failed to connect to 54.231.131.11: Network is unreachable'
Is there something I am missing here?
A
Andreas Schacherbauer
said
almost 7 years ago
Hi Tim, We will release a developer channel update of our SDK end of July which will improve IPv6 performance in NAT64 environments.
Tim Grable