App Store Connect doesn't load Subscription Prices

Anyont else having this issue?
Subscription Prices for IAPs never load, just a spinner an a grey box.
Tried different browsers just in case, seems to be a server-side issue?

Replies

Same issue here.

I raised a support ticket. Looking at the browser console there are some js error when trying to fetch the prices. I hope this gets fixed soon.

Same, since Friday, at least. I emailed support.

One significant change is that the SKProductsRequest delegate didReceiveResponse method is being called off the main queue so if you want to display something in that method you need to place it in:



dispatch_async(dispatch_get_main_queue(), ^{ 

        //   and code that displays on the screen must be placed here 

     });

The issue described is in App Store Connect, not in our applications.