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?