You can find two files: SC_Info and iTunesMetadata.plist .
If you cannot find them, your application was pirated: these files are installed after downloading from the App Store.
This is the code to check:
NSString * bundlePath = [ [NSBundle mainBundle] bundlePath ]; if ( ! [ [NSFileManager defaultManager] fileExistsAtPath: ( @"%@/SC_Info", bundlePath ) ] ) {
Eugene trapeznikov
source share