question

udc-3051 avatar image
0 Votes"
udc-3051 asked RoyLi-MSFT commented

SDK.XStoreShowPurchaseUIAsync erro:r0x80004004

SDK.XStoreShowPurchaseUIAsync return error:hr=0x80004004,
code:
SDK.XStoreShowPurchaseUIAsync(
_storeContext,
storeProduct.StoreId,
null,
null,
(Int32 hresult) =>
{
callback(hresult, storeProduct);
});
i am sure the _storeContext and StoreId is correct,but the UI just flashed and get the error:0x80004004

partner-center-general
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

What is SDK.XStoreShowPurchaseUIAsync? Is it a custom API that you made? If it is, could you please share the code about this custom API?

0 Votes 0 ·

0 Answers