I have designed an android application where I am communicating with my company's server. Now I am planning to release my Application in Playstore But, I need to secure my server URL's in Android Application. Is there anyway? Thanks in advance
Asked
Active
Viewed 433 times
1
-
What do you mean by Secure? – Tejashwi Kalp Taru Dec 17 '18 at 10:45
-
see the answer https://stackoverflow.com/questions/4427238/hiding-strings-in-obfuscated-code – asim Dec 17 '18 at 10:51
-
Why do you want to secure the URL? Do you have something illegal to hide? – Zun Dec 17 '18 at 11:00
1 Answers
2
There's no way to disappear your URLs because packets can capture in Android, so you need to secure your APIs by available solutions like SSL, Certificate pinning, OTP, AccessToken,...

Alireza MH
- 573
- 8
- 25