I'm creating an in-app store for a few built-in features for my iphone app. Apple's documention recommends using the Application Preferences for storing this, but another question in this forum suggested using NSUserDefaults for another task for which Application Preferences was recommended (by Apple).
Can someone clarify if, for in-app store purchases, using the NSUserDefaults is a much better way to go?
Thanks.