Sometimes SKProductsRequest in sandbox environment returns all inapp ids as invalid

I've not changed code responcible for retrieving price since last version of my app.

I get prices using SKProductsRequest in callback - (void)productsRequest:(SKProductsRequest *)request didReceiveResponse:(SKProductsResponse *)response


Now in testflight build of the app i realized that sometimes products are returned correctly, sometimes they all are in invalidProductIdentifiers, same happens for build created from xcode. Live version works correctly.


Anybody else affected?

Looks like it's common problem which happens after developer license autorenewal https://forums.developer.apple.com/thread/38953

Sometimes SKProductsRequest in sandbox environment returns all inapp ids as invalid
 
 
Q