apple-signin-unity
apple-signin-unity copied to clipboard
Unity plugin to support Sign In With Apple Id
Hi, We encountered an issue on the latest versions of iOS. Any QuickLogin attempt is immediately canceled. The login popup never appears. Has anyone else encountered such a problem? Any...
Getting this memory issue when executing the login function using Xcode Iphone sim the project is empty except for the plugin and the login script the issue is here :...
@lupidan `SetCredentialsRevokedCallback` not working on Quick login I have built your sample to test. **Step 1** - Start App - LoginWithAppleId - Success **Step 2** - Remove App from `Apps...
Currently, when a login error occurs, the following example code (taken from this repo's sample project): ```csharp var authorizationErrorCode = error.GetAuthorizationErrorCode(); Debug.LogWarning("Sign in with Apple failed " + authorizationErrorCode.ToString() +...
So I updated Xcode to v15.0.1 and MacOS to Sanoma 14.1.1 and the game stopped building for Mac App store (after also updating your plugin to latest). The exception is:...
Any plan for VisionOS support?
Our app uses multiple ways of authenticating a user, including login with username and password. Since some recent iOS update, everytime the Apple Sign In dialog pops up for a...
Where can I find all sign-in error codes for proper handling? Also, would be wonderful if `IAppleError.Code` was an enum instead of an `int`. Would've been much more intuitive and...
Issue: Keyboard does not show to enter password on QuickLogin when Face ID not setup on device (just has an empty space where the keyboard should be and it shows...