Recording purchased products from in-app store for built-in products
Posted
by Joey
on Stack Overflow
See other posts from Stack Overflow
or by Joey
Published on 2010-05-04T20:26:05Z
Indexed on
2010/05/04
20:28 UTC
Read the original article
Hit count: 441
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.
© Stack Overflow or respective owner