"The item you tried to buy is no longer available" storekit error in iphone sdk
- by aloo
Hi all,
I'm trying to use the StoreKit API in OS3.0 for the iphone to do in app purchase. However, I'm getting the following error when trying to purchase something in the SANDBOX ENVIRONMENT.
The item you tried to buy is no longer available [Environment: Sandbox]
Here's the code I use to do the payments:
SKPayment* payment = [SKPayment…