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

Does not work on iPhone connected to ipv6 only #16

Closed
ioridev opened this issue Jun 10, 2020 · 1 comment
Closed

Does not work on iPhone connected to ipv6 only #16

ioridev opened this issue Jun 10, 2020 · 1 comment

Comments

@ioridev
Copy link

ioridev commented Jun 10, 2020

Does not work on iPhone connected to ipv6 only.
So Apple store review will be rejected.
What is the workaround.

@mr-mmmmore
Copy link

My app has also been rejected twice by Apple. The problem was that the NTP request was running endlessly without succeeding and since the app was awaiting the result it was stuck. It seemed to happen only with Apple reviewers.

The solution was to define a timeout when calling NTP.getNtpOffset (or NTP.now) as explained in this issue.

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

2 participants