Good day, everyone. I am experiencing an issue where, when I upload my app to Apple for review, it gets rejected cos of a request login timeout, but when we try to reproduce the bug, we can't cos it goes smoothly here without the timeout. Has anyone experienced something like this, and how was it solved
App http request gets timed out on apple review, but work perfectly heres well
A login timeout that only happens during review usually points to a difference in the review environment, not necessarily a random App Review issue.
Before uploading another build, test the exact submitted build from a clean install on an external network, using the same production backend and review account. Check that the account is active and not blocked by region, IP, rate limits, MFA, email verification, or an expired session. Also verify the full login flow over IPv6/NAT64 and inspect TLS/ATS and DNS behavior.
Correlate server and authentication logs with the review attempt if you have a timestamp. Then send App Review a short numbered login path and ask which step timed out and at what approximate time. That should help distinguish a client networking failure from an account or backend issue.