twogate / cordova-plugin-sign-in-with-apple

A native-implemented plugin of Sign in with Apple // Thanks to your contribution! // Cordova>=8 iOS>=13
https://www.npmjs.com/package/cordova-plugin-sign-in-with-apple
MIT License
74 stars 48 forks source link

Double popup on auth #28

Open kai-zer-ru opened 4 years ago

kai-zer-ru commented 4 years ago

After clicking on the auto-sign icon, the Safari browser opens, and 2 pop-ups for entering a password (or FaceID) pop up there. First opens the correct one, on top of it opens with the application name null. When you enter a password in each of them, the browser remains open. You have to manually go to the application. As a result, authorization error {" code ":" 1000 "," localizedFailureReason ":" "," error ":" ASAUTHORIZATION_ERROR "," localizedDescription ":" The operation couldn't be completed. (Com.apple.AuthenticationServices.AuthorizationError error 1000.) "} When entering a password only in the required popup, the error is the same