Perhaps you all know that the .app package is easily readable with tools like iExplorer (for those who thought that only iTunes File Sharing allows you to access data on iPhone). You may also have read the iOS programming guide, the section “Installing application-specific data files as a first run”. Related paragraphs:
"... Since iOs applications are code-based, modifying the files inside your package invalidates the signature of your application and prevents your application from starting in the future ..."
This is a gentle lie, at least to some extent.
I tried to modify several files in independent third-party free applications purchased from the AppStore, and successfully changed the contents of several files. Voala, the application starts without any problems. The fact is that I used iExplorer, mentioned above, without breaking, breaking, breaking into prisons. Just a device with development support and published, viewed applications.
What should I do?
source share