Closed GoogleCodeExporter closed 9 years ago
The AppleID is in a sub-sub-dictionary, not in the main dictionary. You need
to look up the key com.apple.iTunesStore.downloadInfo in the dictionary you've
got, cast the result to an NSDictionary, look up accountInfo in that
dictionary, cast that result to an NSDictionary, then look up AppleID.
If you want to see all the data in your file and what keys you need to get to
it, do "plutil -convert xml1 iTunesMetadata.plist -o -" on a Mac.
Original comment by keith.ra...@gmail.com
on 8 Apr 2011 at 11:28
Original comment by daniel.dreibrodt
on 17 Apr 2011 at 5:32
Original issue reported on code.google.com by
mes...@googlemail.com
on 1 Apr 2011 at 8:19Attachments: