← Home

Files inside an iOS app are easy to read

Looking at the files inside an iOS app is far easier than you’d think. Videos, JSON and similar files you place in the app bundle can be extracted with a single prompt.

So avoid embedding sensitive data — API keys, secret configuration — inside the app bundle.