How to determine App download date?

app-store, iphone

Solution

I don't know if it violates the SDK agreement, but you can check your `iTunesMetadata.plist`, which contains a `purchaseDate` key as an `NSDate`.

Problem

How do I determine the date(s) an app I developed was downloaded from the App Store?

Original source