GoogleCloudPlatform / recaptcha-enterprise-mobile-sdk

Apache License 2.0
31 stars 6 forks source link

error log : Key type invalid #64

Closed aBenVip closed 1 year ago

aBenVip commented 1 year ago

Describe the bug

error log Key type invalid ,this issue when init recaptcha andorid sdk

A clear and concise description of what the bug is.

reCAPTCHA Site Key

6LdC7jInAAAAAGsO78e1PiMPMBzSKoewAe7dl00d

Please include your site key so we can examine backend metrics for your integration.

Integration Method

andorid mobile sdk

Select the method used to integrate with reCAPTCHA Mobile.

SDK Version (e.g. 18.0.1):

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

execute Recaptcha.getClient(application, reCaptchaKey) method

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Xcode version for iOS (please complete the following information):

Device (please complete the following information):

Add any other context about the problem here.

mcorner commented 1 year ago

You need to enable the key for use on devices lacking Google play services in the console.

aBenVip commented 1 year ago

OK,thanks