• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Secure Android App Communication

Hi gurus,
I am looking to create a private/public SDK/Library to expose to third party systems for communication with my app server on behalf of the developer.
Please advice on the best things to look out for.

Thanks in advance.

Humble Coder
 
It's not too clear what you're looking for, what interface you're providing, or what you mean by "app server". But if you're asking for a means of securely communicating with a remote web service (and by secure I assume you mean encrypted), then use of protocols such as HTTPS will help. You'll need to use a signed certificate to make it work.
 
Back
Top Bottom