Reputation: 1
I am new to iPhone development. how is captcha in iphone implemented. Please tell me if anyone can shed some light on this.
Any help is appreciated.
Thanks in advance
Upvotes: 0
Views: 875
Reputation: 11
You really need captcha on iPhone when your client app have ability of registering new users on you server. Someone may crack your app and stole the registration protocol.
But I found the solution. Just use APN :
Upvotes: 1
Reputation: 2173
Bit of a strange question if you ask me. Captcha is not implemented into iphone, it isn't implementent in a browser on a computer either. It's serverside parsed and handled.
*tip for free, use gestures instead of captcha for touch devices
Upvotes: 0