Error Domain=SKErrorDomain Code=3 UserInfo=0x2a5a00 "Cannot connect to iTunes Store"
- by SKk
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..?