I'm trying to secure my app and a few strings inside it so that people dont decompile it and make it their own (it has happened to me 3 times already)
what i'm trying to do is convert one string that has the link to my json file into binary when the app is compiled....currently its just a static field...
whenever i decompile my own app it shows the url path to my json file in the decompiled files...is there any thing i can do to protect this one line of code and still have it work properly?