2

I created an application on android. I use some Url to request on my server, but I do not know how to secure or hide those Urls in my app code. I have apk decompile so there code in displaying url so how to hide url. Can someone help me?

Enzokie
  • 7,365
  • 6
  • 33
  • 39
MukeshThakur
  • 452
  • 4
  • 14

1 Answers1

0

According to @marcinj The best way to Keep your secrets on some server on internet. First request will go to with some identical token if server match token then response other all secret urls or data.

Community
  • 1
  • 1
Babar Bashir
  • 193
  • 3
  • 12