Hi
Can anyone explain a good way to test these methods without putting an app on the app store? Can you make a distribution build and then crack it? I've been trying to put distribution builds of my app on a jailbroken phone but I haven't had much luck.
What I have done is put a regular build on my phone - the cracking applications I found wouldn't crack it because it wasn't enctrypted, but what I could do was ssh to the phone and delete the CodeResources, CodeSignature and ResourceRules.plist from within the app in order to simulate a cracked app - but the code which I copied and pasted from here didn't seem to work - the 'fileExistsAtPath' function is returning true even though I've clearly deleted these files, and I'm sure I'm in the correct place because I tried deleting a PNG and my app became unable to load it.
|