I have a task to work with captcha in my application which gives the same process of verification in my mobile application like website captcha process.
My question is to develop or integrate captcha in my application. and my hole code is developed in native iphone language. I have search a lot for integration of captcha in mobile application. But i haven’t find any reference.
So please help me for this to develop captcha in my application without using webview.And provide some code or sample for it.
use this
http://iphonesdksnippets.com/post/2009/05/05/Add-text-to-image-%28UIImage%29.aspx
find a nice background image for you app, and just randomly generate some number and/or text.
not exactly a captcha, but it can work out.
Hope it helps!