I am implementing an in app purchase and I am sending the request to apple store through
- (void) requestProductData { SKProductsRequest *request= [[SKProductsR
Try to implement also - (void)request:(SKRequest *)request didFailWithError:(NSError *)error method - may be there're some errors in processing of your requests.
- (void)request:(SKRequest *)request didFailWithError:(NSError *)error