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?
Asked
Active
Viewed 444 times
2
-
It's not even necessary to decompile your program to get the URL, one can just sniff network traffic to see it. – werediver May 19 '16 at 14:59
-
i also facing similar problem.. is that any way to resolve this issue if yes then let me know – vadher jitendra May 20 '16 at 08:30
1 Answers
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