Recently, I just saw my co-worker, who is an android developer, de-compiled an APK file and read all the source code. After some google search, I found it is possible to do it with an IPA file too.
How can I protect my app from reverse engineering? Also, I stored my SQLite file in the Document folder. Where can I store it or how can I secure it?
Thanks.