1
我有一個免費的地鐵應用程序在Windows應用程序商店。 現在我想嘗試應用內購買,所以我在「高級功能」中創建了一個應用內購買項目, 產品ID命名爲「myProduct」。Windows 8地鐵 - CurrentApp.RequestProductPurchaseAsync
,當我嘗試在我的計劃來買這個項目,我撥打以下命令:
string receipt = await CurrentApp.RequestProductPurchaseAsync("myProduct", true);
我得到這樣的響應:
「Windows Marketplace」 is no longer available you try to purchase the item.
所以,我怎麼能嘗試我的應用內購買?