1

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

Zoe
  • 27,060
  • 21
  • 118
  • 148
Girish Setti
  • 167
  • 1
  • 1
  • 6

1 Answers1

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