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?