productsRequest response method is not calling

后端 未结 4 1939
孤街浪徒
孤街浪徒 2021-02-12 22:30

I am implementing an in app purchase and I am sending the request to apple store through

- (void) requestProductData
{
 SKProductsRequest *request= [[SKProductsR         


        
4条回答
  •  眼角桃花
    2021-02-12 22:51

    Try to implement also - (void)request:(SKRequest *)request didFailWithError:(NSError *)error method - may be there're some errors in processing of your requests.

提交回复
热议问题