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

Class not found error when attempting login with apple id on android #9

Closed stefanivan17 closed 4 years ago

stefanivan17 commented 4 years ago

Hello,

I am using this plugin for a Ionic 3 project and i followed the instructions provided in the readme and everything is working great on IOS.

When attempting to use it on Android, the error callback is called for the signin method with this string error: "Class not found".

Does this plugin only support IOS? If yes, are there any plans to expand to suporting Android as well? If it also suports Android already, are there any additional steps needed to be taken in order for it to work?

Thanks for your work on the plugin!

kmiloangel commented 4 years ago

I'm having the same issue, "class not found" when calling request method.

falcon8823 commented 4 years ago

This plugin only supports iOS. You should use Web authentication flow for Android and below iOS 13.