设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 数据 手机 公司
当前位置: 首页 > 服务器 > 搭建环境 > Windows > 正文

应用内购买 – 如何在Windows Phone 8上获取应用内购买产品的货

发布时间:2021-01-06 07:53 所属栏目:117 来源:网络整理
导读:要跟踪我们的 Windows Phone 8应用程序进行的应用内购买,我们想知道在应用程序内部采购的货币.现在我们使用FormattedPrice属性知道价格,就像这样: public static async void LoadProductListing(){ ListingInformation listings = await CurrentApp.LoadLis

要跟踪我们的 Windows Phone 8应用程序进行的应用内购买,我们想知道在应用程序内部采购的货币.现在我们使用FormattedPrice属性知道价格,就像这样:

public static async void LoadProductListing()
{
    ListingInformation listings = await CurrentApp.LoadListingInformationAsync();
    ProductListing product = listings.ProductListings["SomeProductID"];

    String price = product.FormattedPrice;
}

这样一来,价格格式只有一个标志,比如

(编辑:ASP站长网)

    网友评论
    推荐文章
      热点阅读