Need to use captcha validation for mobile app forms? -


i making html5 mobile app via xdk. have forms use captcha validation in website. in prospective, comment spam mobile app doesn't make scenes. see comment spam mobile apps? think need use captcha validation in mobile app form or leave not bother users?

comment spam happens on both mobile , desktop websites or applications. commonly used text captcha validation helps remedy problem.

when comes mobile apps, harder automate data submission within native apps. reason due in part inability write malicious foreign scripts discover elements within source code , invoke form submissions. plus, mobile applications must purchased (free or paid) , installed on physical device or in simulator.

captchas more ideal mobile apps: slidercaptcha, imagecaptcha, motioncaptcha, ringcaptcha, , nucaptcha.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -