Browse Source

Update apple plugin

alex_gs 3 years ago
parent
commit
9a22a52a22
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Unity3/Assets/AppleAuthSample/MainMenu.cs

+ 1 - 0
Unity3/Assets/AppleAuthSample/MainMenu.cs

@@ -204,5 +204,6 @@ public class MainMenu : MonoBehaviour
                 Debug.LogWarning("Sign in with Apple failed " + authorizationErrorCode.ToString() + " " + error.ToString());
                 this.SetupLoginMenuForSignInWithApple();
             });
+            Debug.Log(loginArgs.)
     }
 }