reCaptcha on iPhone App using SDK

后端 未结 2 1073
礼貌的吻别
礼貌的吻别 2021-02-13 10:17

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

相关标签:
2条回答
  • 2021-02-13 10:54

    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/

    0 讨论(0)
  • 2021-02-13 11:04

    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!

    0 讨论(0)
提交回复
热议问题