I plan to incorporate some of the purchase elements in the application, and I want to save the purchase information / data so that iTunes backs up this information when my customers synchronize. Apple's documentation states that this is possible, but does not really tell you how to do this.
Where / how to save the purchase history (say, NSString for each item) so that iTunes supports it on the next synchronization?
Finally, how would you suggest that I test this before doing it all live?
Thanks.
PS Right now I'm using NSUserDefaults to store this information.
Ryanm source share