3
I developed a hybrid application using Ionic and when sending it to the Apple Store review it was rejected, I got the following error message:
We discovered one or more bugs in your app when reviewed on iPad and iPhone running iOS 9.3.5 on Wi-Fi Connected to an Ipv6 network.
Specifically, after we launched your app, an error message appeared.
The Steps to reproduce are:
- Launch app
- Note error message
They say Ipv6 support is required, but they only say that, without giving any more useful information. I have no way to test the app on an Ipv6 network at the moment. I’ve seen how to connect one on the mac, but I do not have an adapter for network cable, use only Wifi.
I searched a lot and saw several responses claiming to be an error in the way the requests are made to the API’s/ servers or configuration error in the server/API itself.
I do not know how to solve this, the app runs normally under normal conditions (understand: on an iphone network Ipv4) no problem at all, everything perfect.
Face ipv6 is no longer used in any apparatus.
– FRNathan13
@sysWOW32 , Ipv6 is the new generation of internet protocol that will replace Ipv4. It’s not used in bulk yet, but it will be in the near future, so much so that Apple has made obligatory that apps work on Ipv6 networks, as reported by https://developer.apple.com/news/? id=05042016a and following the documentation https://developer.apple.com/library/mac/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html#///apple_ref/doc/uid/TP40010220-CH213-SW1
– Victor Augusto Lopes
IPV6 will never again be used on any device because it is a very extensive addressing. This future you are waiting for has long passed!
– FRNathan13
So much so that if Voce is in the connection properties will be ipv6 without internet access. The providers stopped working with this!
– FRNathan13
@sysWOW32 I think you’re confusing "something". I suggest a better search on the subject.
– Bacco
I did not understand the downvote and neither the reason for the closing vote, the question has nothing to do with opinion, this problem is common in Ionic with iOS, I find a question well valid.
– Guilherme Nascimento
How so ipv6 is not used more? Where is the source of this statement? what I’m reading in the biggest portals of technology is just the opposite.
– user28595
Came out this article on the Ionic blog so I remember this question. I hope I’ve helped.
– leopiazzoli