I am working on an iOS project the client requirement is to put the Google reCAPTCHA authentication in the registration form.so, is there any way that I can do it as an android or website. I searched a lot but I didn't get any specific exact solution of Google reCAPTCHA in Swift. I am currently using Swift latest version I,e Swift - 5,
Asked
Active
Viewed 1.2k times
6
-
have a look at this [Github library](https://github.com/fjcaetano/ReCaptcha) – chirag90 Jan 24 '20 at 12:21
-
1There are some libraries for that (such as https://github.com/fjcaetano/ReCaptcha). but what is the purpose behind it? this is something that usually we don't do on iOS. – Tal Cohen Jan 24 '20 at 12:23
-
I Agree. ReCAPTCHA is a pretty awful user experience and not the sort of low-friction experience that Apple users expect. – Paulw11 Jan 24 '20 at 12:39
-
Reference for future query: https://github.com/google/recaptcha/issues/142 – Faysal Ahmed Jan 24 '20 at 12:45
-
1I tried it already but it is not working for me. – Kumar Lav Jan 24 '20 at 13:04
-
Any update on this? – Mohsin Khubaib Ahmed Apr 09 '20 at 11:51
-
any update on this. I have done this but web view captcha frame issue.can you help me or any demo. – Maulik shah Feb 19 '22 at 15:08
1 Answers
5
I wrote a Gist that shows how to incorporate reCAPTCHA v2 in Swift. It's a simple solution (MVVM pattern using delegates) with an explanation on how to use it.

Jeff
- 133
- 1
- 8