saturngod / IAPHelper

No more maintenance for this repo. Please use the https://github.com/bizz84/SwiftyStoreKit
MIT License
1.55k stars 280 forks source link

SKProductsResponse* returns 0 products.... #49

Open bloodmajik opened 6 years ago

bloodmajik commented 6 years ago

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?

liuteng000 commented 6 years ago

bank

liuteng000 commented 6 years ago

You may not have a bank card and tax information.