Hi, I am a newbie at coding and am developing my app idea as I learn. I have some sensitive data that I have hardcoded into my app as a string. I am wondering if, in theory, it is possible for someone to decompile an iOS app and retrieve string data, or is the data made effectively unintelligible in the compiling so that decompiling would just return meaningless gibberish?
Cheers for any answers.