How can you run iOS Apps on the Google Cloud even though it lacks support for IPv6
A new app store policy by Apple has taken effect on June 1 so that all apps submitted to the App Store must support IPv6-only networking ( https://developer.apple.com/news/?id=05042016a ). How is it possible to host an app on Google Cloud Platform that only supports IPv4 ( https://cloud.google.com/compute/docs/networking ) and still passes Apple's review process? The server side of the app doesn't need to be reachable over IPv6 yet. Most IPv6-only networks have a DNS64/NAT64 service to reach IPv4-only servers from IPv6-only clients. Take a look at RFC 6052 , RFC 6146 and RFC 6147 if you want