This is a very general open question
What is the best way to provide secure back-end support for an android app? What sort of secure channel? Shared secret? over HTTP/S?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Android has allot of issues with HTTPS (worked out around 2.3, for what i’ve seen). The best solution, i think, it would be to manually encrypt data all the time. And a couple of crypto libs are 2.x, so depending on what you are targeting it might truelly be “manually”. AES?