How can I run Apple Storekit in the simulator?

This is usually not possible. I wrote a class that wraps the normal Storekit functionality and allows the application to behave (while running in the simulator) as if the Storekit transaction succeeded.

I wrote a blog post about code design decisions that can be read here and includes a download link:   http://code-evolution.blogspot.com/2010/05/evolved-code-example-1-simplestore-for.html

Or you can just take a sample project from this location: simplestoreevolved.googlecode.com/files/SimpleStoreEvolved.zip

Enjoy

T.

+2


a source to share


1 answer


It looks like there was a parallel solution developed on the same timeframe:



https://github.com/millenomi/simstorekit

+1


a source







All Articles