I am working on iPhone app with NSURLConnection api. I created Login/Signup screens and just realized something missing with my website server that I didn't have SSL certificate yet for secure personal info.
I am wondering if you ever need to have SSL certificate for your website server for your iPhone app to get HTTP request for your login/signup. My app doesn't have any payment info just only username/email/password info. I just want to make sure all those infos will be stored in a secure way. Please let me know if I need SSL certificate or not. Any suggestion appreciated. Thanks!