34 ms·
> and I dare say most things (services, devices, etc) aren't even tested against IPv6. literally every single iOS app is required to fully support ipv6 and wil
by darren_ 5y ago
> and I dare say most things (services, devices, etc) aren't even tested against IPv6.
literally every single iOS app is required to fully support ipv6 and will not pass apple review if it doesn't.
- whoknowswhat11 5y agoI think folks are trying to break apple's stranglehold / monopoly so that other app stores can be offered on iOS. This should help address these types of issues so more devs can get onto iOS more easily without having to meet Apple's level of requirements.
- throw0101a 5y ago> This should help address these types of issues so more devs can get onto iOS more easily without having to meet Apple's level of requirements. Well if an app developer does not ensure that their code works on a device that only has an IPv6 address they will be in for a big surprise: lots of mobile telcos only give out IPv6 addresses. Connecting to the IPv4 world is done via CG-NAT with the first few hops being IPv6-only. Here's a guy from T-Mobile presenting on it: * https://www.youtube.com/watch?v=nNMNglk_CvE https://www.youtube.com/watch?v=nNMNglk_CvE
- inetknght 5y agoRequire IPv6 support (or fail upload to store) is a good thing.
- huibf 5y agoIf your server is ipv4 only that's okay because it's still reachable via DNS64/NAT64. I know because I've uploaded apps like that recently.