fjcaetano / ReCaptcha

[In]visible ReCaptcha v2 for iOS
http://blog.flaviocaetano.com/post/recaptcha-reaches-1-dot-0/
MIT License
267 stars 133 forks source link

How to print errors #89

Closed yildirimatcioglu closed 4 years ago

yildirimatcioglu commented 4 years ago

When using with example projects site key and domainURL its working but in our site key and domainURL its not working. How can I get to errors? There is no error on console.

fjcaetano commented 4 years ago

Errors are thrown upon initialization and in validate's callback.

It looks like your issue might be a duplicate of #7 and #35. I'd also suggest you to thoroughly read the full documentation since it explains how to acquire keys and setup the library

I'm closing this for now, but feel free to reopen it if you think it's unrelated to those issues.