Thanks for stoping by….
i have followed the below link to learn about the In App purchase in iPhone….
http://mobile.tutsplus.com/tutorials/iphone/iphone-sdk-in-app-purchases/
when i run the code on xcode no errors found .
-(void)request:(SKRequest *)request didFailWithError:(NSError *)error
{
NSLog(@"Failed to connect with error: %@", [error localizedDescription]);
}
but in the console i get the below error
“SKProductsRequest: 0x5c0ec80>:
Failing immediately in simulator”
any help will be much appreciated…
In App purchases don’t work in the simulator. Test on a device instead.