views:

214

answers:

2

Hello

I'm trying to make "In App Purchase " works in my iphone app.

I created some products and a few test accounts in itunes connect.

I have no problem to retreive the products data (prices etc..) but when I try to make a payment - I am asked to log in - I use a test account -> the transaction always fail with the following error :

failedTransaction with error : Error Domain=SKErrorDomain Code=2 "Connexion à l’iTunes Store impossible" UserInfo=0x65d02a0 {NSLocalizedDescription=Connexion à l’iTunes Store impossible}

I tried with several products and test account (even in other stores like us) but I still get the same error...

NB : I think it worked fine the first time I tried but never still

Any idea will be welcome !

Thanks

A: 

I am having the exact same error. Anyone that has a solution?

Martin
I am randomly getting the "Can't connect to itunes store" and "You've already purchased this In App Purchase but it hasn't been downloaded" but no dowload link...I tested the same code two days ago and it worked. Some Apple problem today or what do you guys think?
Martin
Apple have confirmed it is an issue, see thread here; http://stackoverflow.com/questions/3522899/iphone-storekit-sandbox-stopped-working
Roger
A: 

Check out this thread. It seems to be a problem with the Sandbox. Lot's of people having this issue-

http://stackoverflow.com/questions/3522899/iphone-storekit-sandbox-stopped-working

Mark A.