Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How could we integrate the Captcha in iOS application?

I googled for integration of Captcha in iOS app but do not found any relevant way to do so. Even i sign up with reCAPTCHA and searched whether the plugins for Captcha are available for iOS or not? I didn't found any plugin for iOS there. Somewhere while RND i come to know that "its not needed for the mobile apps" , But the client wants the Captcha in his application so ,I want to know :-

  • Whether we can integrate the Captcha in iOS App/Mobile Apps :-

    1. If Yes? : Then what would be the relevant way to integrate it.

    2. If No? : Then what is the relevant reason .

like image 379
iShwar Avatar asked Jan 07 '14 12:01

iShwar


People also ask

What is reCAPTCHA integration?

reCAPTCHA protects your website from fraud and abuse without creating friction. reCAPTCHA uses an advanced risk analysis engine and adaptive challenges to keep malicious software from engaging in abusive activities on your website.

How do I set up CAPTCHA?

Add Google reCAPTCHA to a formClick the pencil icon or Edit on the form or newsletter block. In the Storage tab, click Google reCAPTCHA. Switch the Use Google reCAPTCHA toggle on. Repeat these steps for all form blocks on your site where you want to add a reCAPTCHA.


1 Answers

For my I use the following library:

https://github.com/fjcaetano/ReCaptcha

it will use a hidden webview to handle that

like image 145
Developer So far Avatar answered Oct 12 '22 13:10

Developer So far