Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

reCaptcha on iPhone App using SDK

Has anyone used reCaptcha on their iPhone application? I am trying to figure out how to embed it in my App...

like image 362
Sharief Avatar asked Mar 15 '10 13:03

Sharief


People also ask

Is reCAPTCHA API free?

reCAPTCHA is a free service that uses an advanced risk analysis engine to protect your app from spam and other abusive actions.

Is reCAPTCHA an API?

It can be integrated into your mobile application using an API-based service. reCAPTCHA v3 verifies requests with a score and gives you the ability to take action in the context of your site.

Can I use reCAPTCHA without a Google account?

If your site was built by a 3rd party developer, you will no longer be able to use reCAPTCHA without an active Google account. Your developer most likely setup the API using their own Google credentials, as there was no need to activate it with a credit card.


1 Answers

The only way to use reCaptcha in an iPhone app is by rendering a WebView within the app. There is a nice alternative to reCaptcha called kaptcha that actually has a usable api. http://code.google.com/p/kaptcha/

like image 71
Sasi Avatar answered Oct 12 '22 11:10

Sasi