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