Android Question Hide URLs from code

vfafou

Well-Known Member
Licensed User
Longtime User
Hello!
I need to make an application for public use.
My problem is that I want the URL/IP of the server that will be hit, to be hidden in the code because of the easy decompilation existing out there.
Is there any way/hint to do it?

Thank you in advance!
 

susu

Well-Known Member
Licensed User
Longtime User
You can use Encrypt/Decrypt method from StringFunction library.
 
Upvote 0
Top