lupidan / apple-signin-unity

Unity plugin to support Sign In With Apple Id
MIT License
598 stars 85 forks source link

System asks to sign in even if the user is already signed in #212

Open Ignacio-Perdomo opened 4 weeks ago

Ignacio-Perdomo commented 4 weeks ago

Hi

I'm having an issue on an iphone 7 device , running iOS 15. After requesting the user to enter credentials using LoginWithAppleId, the system shows the following pop up: IMG_0007

The only option to continue the process is choosing Settings. The problem here is that the user is already logged in in the system, so when this option is choosen the system shows the settings, leaving no options to continue the log in.
IMG_0008

At this point the user has no option but close the settings and return to the app, canceling the apple log in by doing this.

I tried doing a Quick Login and a Sign in with Apple, but either of them have this issue.

Appreciate your help, thanks.