Hi,
I am trying to use the apple login plugin on android device,the applesignin method call inside javascript. I am getting the error "Class not found".
Anyone know how to resolve this issue.,that will help me.
Regards,
Koushik.
Hi Koushik,I've checked the source of the repo & Unfortunately from what I see this Plugin only supported on iOS devices & not on Android.
Ref : https://github.com/zmagyar/cordova-plugin-applesigninFor Instance, to make it compatible with android .. you can skip the Plugin implementation for android via validating the device platform.Use the JS API for the same:https://success.outsystems.com/Documentation/11/Reference/OutSystems_APIs/JavaScript_API/Device"@Ricardo Cruz Kindly specify the platform & iOS version required for the forge to work :)Hope it helps,
Assif