Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use it on production for iOS! #7

Open
fpv999 opened this issue Feb 23, 2020 · 8 comments
Open

Don't use it on production for iOS! #7

fpv999 opened this issue Feb 23, 2020 · 8 comments

Comments

@fpv999
Copy link

fpv999 commented Feb 23, 2020

In current version it will never pass Apple AppStore app approval process, because it does not work in IPv6 network. I wasted few days because of it.

@sudip92
Copy link

sudip92 commented Mar 2, 2020

same issue for me thanks @fpv999

@aghanti7
Copy link

aghanti7 commented Jul 4, 2020

@fpv999 Can you please elaborate on what reasons were mentioned in the Apple AppStore app approval process for rejection?

@fpv999
Copy link
Author

fpv999 commented Jul 4, 2020

because Apple is testing apps in IPv6 network only, thus IPv4 IP addresses do not work.

@aghanti7
Copy link

aghanti7 commented Jul 4, 2020

Gotcha ... thanks

@acoutts
Copy link

acoutts commented Jul 31, 2020

Is it enough to just have it ping some ipv6 DNS servers as well, or do we need to completely remove ipv4 to pass the app store?

The Google Public DNS IPv6 addresses are as follows:

2001:4860:4860::8888
2001:4860:4860::8844

@Neillbar
Copy link

Neillbar commented Mar 1, 2021

it works in my production app in appstore, worked for the last 4 months never had a rejection from them on this. this is weird.

@werediver
Copy link

The issue can be resolved for all users of the library "by default" by updating the list of addresses with some IPv6 addresses (both Cloudflare and Google DNS support IPv6).

@MrCsabaToth
Copy link

#13 has an example configuration for mixed IPv4 and IPv6 addresses

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants