iPhone Store Kit "Cannot connect to iTunes Store"
Posted
by lucasharding
on Stack Overflow
See other posts from Stack Overflow
or by lucasharding
Published on 2010-03-01T22:56:45Z
Indexed on
2010/03/13
12:05 UTC
Read the original article
Hit count: 1001
Hi,
I am working on adding In-App purchases to my app.
I am able to receive the productsRequest:didReceiveResponse method, and receive the array of products.
My problem arises when I add a SKPayment to the SKPaymentQueue. After I add the product to the queue, in the paymentQueue:updatedTransactions method the transactions always have the state SKPaymentTransactionStateFailed.
I NSLog the "transaction.error" and this is what it returns: Error Domain=SKErrorDomain Code=0 UserInfo=0x165000 "Cannot connect to iTunes Store"
I have logged out of the Store in the Settings app, but after trying to purchase a product in my app it never asks me to log in with my test account. It just fails with the above error.
Thanks in advance.
© Stack Overflow or respective owner