My app is already published on the Windows Store and Windows Phone Store. The consumable in-app products are working for Windows Phone but not for Windows.
This code does not work for example:
var listing = await CurrentApp.LoadListingInformationAsync();
it gives this exception:
HRESULT: 0x801900CC
And when I want to purchase a in-app product, it tells me that this app is not found in Windows Store. But it is already published today and I can download it from the store.
I am doing this like in MSDN documentation and it is the exact same code for the Windows Phone version and there it works. I had to deactivate in-app purchasing in Windows 8.1 app because otherwise it wouldn't pass certification because of this problem. The in-app products are well defined in the store during submission. And the app has correct name and publisher infos in Visual STudio 2013.
So do you know the problem here?