Recaptcha: How to integrate reCAPTCHA into an iOS mobile Application

Created on 20 Feb 2017  路  14Comments  路  Source: google/recaptcha

question

Most helpful comment

When is reCAPTCHA going mobile?

All 14 comments

So, is there any guide for iOS app?

Any guide?

nothing yet? 馃槩

There's nothing official for iOS. You could take a look at https://github.com/fjcaetano/ReCaptcha which appears to wrap a webview, but I have not tried it.

It's mid 2019 and still nothing?

When is reCAPTCHA going mobile?

We need guide for integrate reCAPTCHA V3 for iOS. Revolution is comming.

PayPal redirects users to a webpage containing reCAPTCHA "I'm not a robot" checkbox.

There are other alternatives to CAPTCHA / reCAPTCHA for verifying "Humanity". Have you looked at the use of biometrics for this use case?

There are other alternatives to CAPTCHA / reCAPTCHA for verifying "Humanity". Have you looked at the use of biometrics for this use case?

Thank you! But what about users havn't enrolled Face ID / Touch ID or devices not support biometric authentication at all?

There are other alternatives to CAPTCHA / reCAPTCHA for verifying "Humanity". Have you looked at the use of biometrics for this use case?

Thank you! But what about users havn't enrolled Face ID / Touch ID or devices not support biometric authentication at all?

@Frank-Dell, there are other biometric authentication options beyond the traditional touch or face options. Most smartphones have sensors such as accelerometer and gyroscope and those can help create a profile to uniquely identify a person. There are companies that provide mobile SDKs to do this. I am involved with one called Unify ID that has APIs for Human Detection and authentication. You can check out their stack and let me know what you think

Recaptcha enterprise has support for iOS, any particular reason for common recaptcha not having support?

Would really be interested in this? Amy reason why recaptcha is not available in iOS app or web interface?

https://gist.github.com/jkereako/d111ff6f4594873d409d3194371d6732 this is a great resource which helped me to implement v2 and it is far less complicated then https://github.com/fjcaetano/ReCaptcha.

Was this page helpful?
0 / 5 - 0 ratings