Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sign In With Apple saying could not connect to wifi even though wifi is connected [closed]

I implemented sign-in with apple on my ios application and it's been working perfectly on my end, whether it was run on a simulator or a real device or with the latest ios version (13.5). It also worked perfectly during internal beta-testing when I released it on TestFlight.

However, upon submission of my app to Apple, it was rejected for incompleteness by a quite contradictory error. When they attempted to sign in after choosing to hide or show email, an alert generated by the Sign-In with Apple system was presented stating that they were not connected to wifi, even though from their screenshot it would appear that they were.

I tried to reproduce the error in as many ways as possible on my end, using different combinations of wifi, VPN, and cellular. The ONLY way I was able to generate the "Could Not Connect" error was by actually not being connected to wifi or cellular.

If I had ever come across this error on my end, I would've dismissed as some connection confirmation error tried to sign in again, which I would assume to work the second time (if the error itself really was an error of some sort). However, this happened only on Apple's end, and when I asked the reviewer to attempt the sign-in one more time, making absolutely sure that they were properly connected to wifi, I did not receive a response.

My question is that is this an actual issue that occurs with Sign-In with Apple, and if so what would the solution be, or is this just a one-time glitch on Apple's end, which in that case I should just re-submit my app and hope that it doesn't occur again?

This is the screenshot of the error they got: Error Title: Could Not Complete, Error Message: Make sure you are connected to Wi-Fi or your cellular network.

like image 801
H A Avatar asked May 29 '20 09:05

H A


People also ask

Why is my Wi-Fi not working even though I'm connected?

Restarting your modem and router should be the first thing you do when encountering an internet signal issue. Don't skip this step! This is almost always what tech support will ask you to try first, as it often solves the problem. To restart your equipment, unplug the power cable for 60 seconds and plug it back in.

Why does my iPhone say I'm connected to Wi-Fi but it won't work?

Reset Network Settings Go to Settings > General > Reset. On the next screen, select Reset Network Settings option. On the confirmation pop-up, tap on Reset Network Settings again confirm. After this, connect your iPhone to WiFi Network again and see if the problem of iPhone not connecting to WiFi is gone.

How do I force a Apple Wi-Fi login?

iOS: Open Settings, tap Wi-Fi, and tap the i button beside your network name. Select Configure DNS and tap Automatic. Android: Open Settings, tap Advanced, then tap Private DNS. Choose Automatic.

Why does it say connection failed when I try to connect to Wi-Fi?

Check the cable connection between your modem and router (where applicable). Make sure the cable is connected to the correct port to the router from the modem (where applicable). Try a different network cable between the modem and router (where applicable). It's possible that your cable has failed.


1 Answers

(I put this as a comment a few weeks ago by accident, setting it as the actual answer now)

Update, Problem solved! : A few days ago, I tried resubmitting the same app binary without actually changing the code of the build. The only thing I did change was the build number, (which I did by just by archiving and uploading the same xcode project as before but changing the build number). Surprisingly enough, it was approved! Nothing in my code had actually changed, so it just seems like the first time there was some glitch on the Reviewer's end, and the only way I could get the reviewer to try signing in again and avoiding this weird glitch was by resubmitting it as is.

like image 189
H A Avatar answered Nov 08 '22 19:11

H A