IAPHelper icon indicating copy to clipboard operation
IAPHelper copied to clipboard

SKProductsResponse* returns 0 products....

Open bloodmajik opened this issue 7 years ago • 2 comments

image

That's a screenshot of my iTunesConnect inAppPurchase page.

[[IAPShare sharedHelper].iap requestProductsWithCompletion:^(SKProductsRequest* request,SKProductsResponse* response)
 {
     if (response > 0)
     {
         
         NSLog(@"%i", response.products.count);
         
     }
 }];

This always returns 0. It should return 2. Any ideas?

bloodmajik avatar Jan 19 '18 01:01 bloodmajik

bank

liuteng000 avatar Jan 25 '18 13:01 liuteng000

You may not have a bank card and tax information.

liuteng000 avatar Jan 25 '18 13:01 liuteng000