codenameone / CodenameOne

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.
https://www.codenameone.com/
Other
1.7k stars 406 forks source link

Apple Login not working #3414

Open javieranton-zz opened 3 years ago

javieranton-zz commented 3 years ago

I can't tell for sure when this has stopped working. The issue seems to only affect the developer's account, but it could be affecting user logins too. I have verified that at least some users are able to use apple sign in

So the problem is that it says "Sign-Up Not Completed" when trying to log in.

According to this, it has to do with the way URL requests are escaped

shannah commented 3 years ago

As far as I can tell it is using percent encoding on the URLs correctly (using %20 for spaces, and not '+'). Are there any logs on the device that shed more light on the issue? What other differences are there between accounts that "work" and accounts that do not "work"?

javieranton-zz commented 3 years ago

Can't debug on xcode after updating to latest version (keeps crashing, my mac has probably reached EOL). There are no errors thrown by loginFailed. The only difference between accounts that "work" and accounts that do not "work" that I can tell of so far is that my developer account doesn't work and (at least some) user accounts do. Seems the same issue people were having in that apple forum link

Can you log in using your developer account? If you can't, then it probably is what they were discussing at the apple forum post