sassembla / Autoya

thin framework for Unity.
MIT License
225 stars 19 forks source link

SignInWithApple.SignupOrSignin doesn't return ASAuthorizationError.Code #49

Closed sfkd-zip closed 3 years ago

sfkd-zip commented 4 years ago

ASAuthorizationError.Code includes authorization error reasons. By Autoya returns ASAuthorizationError.Code, I can handle the authorization errors.

ASAuthorizationError.Code https://developer.apple.com/documentation/authenticationservices/asauthorizationerror/code

sassembla commented 4 years ago

looks great suggestion! thank you @ShunFukuda31337 . will be implemented.

sassembla commented 3 years ago

contained! in b699d9ac866fe7266bcd280f83947b5985ac2d80. thank you for good request! @ShunFukuda31337