I want to identify if the current version of an app using my SDK was downloaded from the AppStore, till now I used this code:
[[NSFileManager defaultManager] fileExistsAtPath:[NSHomeDirectory() stringByAppendingPathComponent:@"iTunesMetadata.plist"]]
Since ios8 I get false even if the version is from the AppStore.
Do you know where did the file move to? Any other mechanism you propose?