You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Does not work on iPhone connected to ipv6 only.
So Apple store review will be rejected.
What is the workaround.
The text was updated successfully, but these errors were encountered: