GoogleCloudPlatform / recaptcha-enterprise-flutter

Apache License 2.0
23 stars 8 forks source link

PlatformException(2, Invalid Key Type., null, null) #47

Closed jalal-zy closed 4 months ago

jalal-zy commented 4 months ago

PlatformException(2, Invalid Key Type., null, null) on Flutter iOS

mcorner commented 4 months ago

You are probably using an Android key on iOS.

jalal-zy commented 4 months ago

That is correct. Thank you.

khaledmorshed commented 1 month ago

You are probably using an Android key on iOS. Do you indicate bellow snipped code? if it points that, I kept it empty on iosSiteKey. And it gives error what I mentioned. { "androidSiteKey": "6Lf-FA8oAAAAAH+rest_of_the_value", "iosSiteKey": "" }