I'm encountering an issue when trying to use the appleAuthManager.LoginWithAppleId method. It results in the following error:
Authorization failed: Error Domain=AKAuthenticationError Code=-7071 "(null)"
After investigating the native code, it seems the error occurs during the execution of the performAuthorizationRequestsForController method within AppleAuthManager.m.
Environment:
- Xcode version: 16.0 (16A242)
- Plugin version: com.lupidan.apple-signin-unity: 1.5.0
- Platform: Apple Vision Pro
- visionOS version: 2.5 (I assume you meant visionOS 2.0 Beta 5 or similar, as 2.5 isn't officially out. Please verify and adjust if needed. If it is indeed 2.5 from a developer seed, keep it.)
Steps to Reproduce:
Set up the Apple Sign-In plugin in a Unity project.
Deploy the project to an Apple Vision Pro device (NOT simulator) running the specified visionOS version.
Call the appleAuthManager.LoginWithAppleId() method.
I'm encountering an issue when trying to use the appleAuthManager.LoginWithAppleId method. It results in the following error:
Authorization failed: Error Domain=AKAuthenticationError Code=-7071 "(null)"After investigating the native code, it seems the error occurs during the execution of the performAuthorizationRequestsForController method within AppleAuthManager.m.
Environment:
Steps to Reproduce:
Set up the Apple Sign-In plugin in a Unity project.
Deploy the project to an Apple Vision Pro device (NOT simulator) running the specified visionOS version.
Call the appleAuthManager.LoginWithAppleId() method.