pscsrv / cordova-plugin-apple-login

MIT License
20 stars 7 forks source link

SignInWithApple.getCredentialState always returns 2 (not found) #1

Open gioy opened 4 years ago

gioy commented 4 years ago

Hi there, I'm using cordova 7.1.0. The login api works, but every call to getCredentialState always returns 2 (not found for apple)

SignInWithApple.getCredentialState({
  userId: 'userId',  
}).then(function (credentialState) {
  console.info(credentialState)
})

Maybe a higher version of cordova is required ?

Thank you.
kishino commented 4 years ago

Thank you for the report. I will investigate.

david-beglari commented 4 years ago

Hi @gioy,

Hope you are doing well ))

Please, could you help me, how I can call SignInWithApple method? Thanks for your time Best regards David

david-beglari commented 4 years ago

Hi @kishino,

Please, could you help me, how I can call SignInWithApple method? Thanks for your time Best regards David