Searching for anti-piracy systems many people answer to check the content of the file iTunesMetadata.plist. This file should be present if it was purchased on iTunes. I'm able to locate it but cannot open it. It seems in binary format. Trying to open it with Windows doesn't work (unzip too nothing) but on my Mac it works (Apple binary property list). Seems in a binary format. My questions:
How can I open it in xCode and read the content (using Xcode 4.2)?
It's allowed to read the content or would this operation not pass the validation process by Apple?
I know, there are many checks we could implement but it's only a better of time they would be by-passed. BTW it's at least a good xCode exercise for me :)
Thank's a lot for your help!
Simon