0

I want to develop apps for Android, iOS and have a web interface as well, I want the mobile apps to communicate with the server, which is the best way I can make this secure? I would like to use something that works well with both Android and iOS and it is easy to implement server side.

1
  • Did you find an answer to your question? Commented Mar 30, 2013 at 23:01

1 Answer 1

3

Use SSL on your server. Covers all of your requirements. Besides, any non-SSL HTTP communication is insecure by default.

Sign up to request clarification or add additional context in comments.

1 Comment

Just one more thing, if you would use SSL you should get normal (not self-signed) SSL serticiface. Android default http client doesn't accept self-signed SSL sertificates.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.