1

Possible Duplicate:
iPhone In-App Purchase Store Kit error -1003 “Cannot connect to iTunes Store”

I have a project in which I am getting the infamous In-App Purchase Code=0 "Cannot connect to iTunes Store" error, which I understand to be a generic error. I've been working on fixing this - going through the zillions of SO questions about this, with absolutely no luck.

I then downloaded am IAP tutorial project from here and plugged in my product identifiers, and it worked perfectly!

I copied the code exactly from the working tutorial project to my original project, and the original project (now with the new code from the tutorial) still "Cannot connect to iTunes Store".

Both projects have the same bundle identifiers, and both projects are signed with the same provisioning profile. (And yes, I deleted and cleaned in between deploying each project to my device).

Does anyone have any clue how to debug this? I am at a complete loss here.

Community
  • 1
  • 1
Brett
  • 11,637
  • 34
  • 127
  • 213

1 Answers1

1

This was solved by the solution here

How is this even an issue? Sheeesh! But at least that fixed it for me.

Community
  • 1
  • 1
Brett
  • 11,637
  • 34
  • 127
  • 213
  • Please mark this as the correct answer if your problem has been solved. No need to have this wind up in the unanswered queue. – CodaFi Dec 29 '12 at 07:53