Error Domain=SKErrorDomain Code=3 UserInfo=0x2a5a00 "Cannot connect to iTunes Store"
Posted
by SKk
on Stack Overflow
See other posts from Stack Overflow
or by SKk
Published on 2010-05-17T06:44:38Z
Indexed on
2010/05/17
6:50 UTC
Read the original article
Hit count: 588
I am trying to implement InApp purchase in my application. I have implemented it as per Apple's programming guide and it(code) was working fine until I created new application, appid, provisioning profile and in-app products @ another developer account. Now, it gives me following error.
Error Domain=SKErrorDomain Code=3 UserInfo=0x2a5a00 "Cannot connect to iTunes Store"
Same code works fine if I use previous developer account's appid, pro-certificate and product ids. This is very strange issue, I double checked product id names and other things still facing same error. Any clue..?
© Stack Overflow or respective owner