Sign In With Apple - Ionic 3
问题 Am trying to implement sign in with apple on my ionic 3 project using the following plugin and wrapper ionic cordova plugin add cordova-plugin-sign-in-with-apple npm i --save @ionic-native/sign-in-with-apple Implementation as described on the plugin docs import { SignInWithApple, AppleSignInResponse, AppleSignInErrorResponse, ASAuthorizationAppleIDRequest } from '@ionic-native/sign-in-with-apple/ngx'; constructor(private signInWithApple: SignInWithApple) { } this.signInWithApple.signin({