Adding reCaptcha to iOS App
Adding reCaptcha to the app to prevent bot registration.
go to https://www.google.com/recaptcha/admin/create
(1) Enter a name for your project, (2) Select reCAPTCHA v2 (invisible), (4) Enter your domain name, (5) Click "SUBMIT"
(1) copy SITE KEY to value of constant RECAPTCHA_SITE_KEY in you Constants.swift config file (2) copy SECRET KEY to value of constant RECAPTCHA_SECRET_KEY in you Constants.swift config file
The end ;) Everything will be fine ;)