0

I have made an app with In-App purchases by following this Ray Wenderlich tutorial. I get an error when trying to request the products for the In-App purchases. This is the error message I get:

2013-12-01 18:17:46.030 In App Rage 2[1634:a0b] Error: Error Domain=SSErrorDomain Code=2   "Cannot connect to iTunes Store" UserInfo=0x996f5a0 {NSLocalizedDescription=Cannot connect to   iTunes Store}

from this method:

- (void)request:(SKRequest *)request didFailWithError:(NSError *)error

I have searched the web but haven't found what's wrong. What could be wrong?

Wilhelm Michaelsen
  • 665
  • 14
  • 32
  • possible duplicate of [iPhone Store Kit "Cannot connect to iTunes Store"](http://stackoverflow.com/questions/2359739/iphone-store-kit-cannot-connect-to-itunes-store) – slecorne Dec 01 '13 at 20:38

1 Answers1

5

I found a similar question on another stack overflow post:

I am getting error while requesting products from App Store for IAP

It says that apple blocked testing in app purchases in the simulator.

Does that help?

Community
  • 1
  • 1
Ryan
  • 160
  • 12