zmagyar / cordova-plugin-applesignin

Cordova Plugin for Sign in with Apple
GNU General Public License v3.0
0 stars 6 forks source link

Sometimes getting ASAuthorizationErrorUnknown leading to apps getting rejected #2

Open experimentgv opened 4 years ago

experimentgv commented 4 years ago

I am working on a white label Ionic 3 application and the AppStore review team has been encountering issues using the plugin at times.

They have been refusing apps 5/10 times due to apple login not working. After several declines i improved the logging system and found the plugin returns a ASAuthorizationErrorUnknown sometimes, when a login is tried.

Myself and the client never experienced any issues when trying to login with apple and has always worked. I tested the functionality on multiple emulators and on real devices with the same iOS version as the review team and yet, only they get the error.

While i get the whole point of the ASAuthorizationErrorUnknown error is that is unknown, is there something you could think of that could throw this error?

Thanks

zmagyar commented 4 years ago

I have never experienced that so far. Unfortunately this error doesn't seem to be documented anywhere. If you can track this down with Apple and has some suggestion how to improve, just let me know and I will fix it up.