Hi,
I use:
The blabla contains an Url with a password.
As I understood for my previous thread:
https://www.b4x.com/android/forum/threads/publishing-on-playstore.120318/
"Compiled code can be converted back to java"
Is obfuscation a way to protect this string to be public?
What will you do to prevent this URL to be readable afterwards?
BR, André
I use:
B4X:
Process_Globals
Dim ApiUrl As String : ApiUrl ="blabla"
The blabla contains an Url with a password.
As I understood for my previous thread:
https://www.b4x.com/android/forum/threads/publishing-on-playstore.120318/
"Compiled code can be converted back to java"
Is obfuscation a way to protect this string to be public?
What will you do to prevent this URL to be readable afterwards?
BR, André