Android Question Obfuscated question

AHilberink

Active Member
Licensed User
Longtime User
Write it like this:
B4X:
Dim ApiUrl As String = "blabla"

Obfuscation will make it more difficult to retrieve this string from the compiled APK.

There is no 100% safe way to hide a password inside the compiled code.

Thanks, Erel.
 
Upvote 0
Top