6

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,

form image link here

iOSDev
  • 199
  • 11
Kumar Lav
  • 234
  • 1
  • 3
  • 9

1 Answers1

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