Is it possible to retrieve from Apple the date when my app was purchased by a customer? I need this date for not making charge with in-app purchases.
Asked
Active
Viewed 48 times
0
-
This can be done in iOS 7 and later by retrieving and processing the app receipt. See the [Receipt Validation Programming Guide](https://developer.apple.com/library/ios/releasenotes/General/ValidateAppStoreReceipt/Introduction.html#//apple_ref/doc/uid/TP40010573). – rmaddy Jul 06 '14 at 18:03
-
http://stackoverflow.com/questions/10982806/ios-app-purchase-date – Rachel Gallen Jul 06 '14 at 18:04
-
@RachelGallen That other question is old. As of iOS 7 it can be done. – rmaddy Jul 06 '14 at 18:05
-
@rmaddy not everyone is on the ios 7 platform yet – Rachel Gallen Jul 06 '14 at 18:07
-
I am on. Does it return exact date like 2011/9/17? – NCFUSN Jul 06 '14 at 18:08
-
Read the document I referenced. – rmaddy Jul 06 '14 at 18:12
-
Yes I do it right now. – NCFUSN Jul 06 '14 at 18:13