gpt4 book ai didi

windows-8 - Windows 应用商店应用内购买(插件、消耗品、订阅)?

转载 作者:行者123 更新时间:2023-12-01 01:14:04 26 4
gpt4 key购买 nike

  • 是否可以通过 Windows 应用商店购买以下项目作为应用内购买?
  • 插件
  • 消耗品(一次性使用)
  • 订阅

  • 我在哪里可以找到有关如何在应用内购买中为插件、消耗品、订阅编码的资源?


  • 是的,我曾尝试使用谷歌搜索示例,但除了关于 Windows 8 的技术文章而不是开发博客/文章之外,我似乎没有任何运气在其中的一些上找到任何东西。

    最佳答案

    To support in-app purchases请执行下列操作:

  • 使用 LicenseInformation 设置您的应用程序以获得许可类(这个类也是您对购买订阅设置时间限制的地方)。
  • 将应用中的功能命名为代码:

  • if (licenseInformation.productLicenses.lookup("featureName").isActive) 
    {
    // the customer can access this feature
    }
    else
    {
    // the customer can't access this feature
    }
  • 在 Windows 应用商店中配置应用内优惠

  • Before you submit your app to the store, add each in-app offer to the Advanced features page in the Submit an app workflow. This is where you specify the in-app offer's token, price, and feature lifetime. Make sure that you configure it identically to the configuration you set in WindowsStoreProxy.xml when testing, or all of that hard work you spent testing may be wasted!



    目前不支持消耗品(除非您使用的是 xbox live api?)。见 here有关更多详细信息和解决方法。

    关于windows-8 - Windows 应用商店应用内购买(插件、消耗品、订阅)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13100827/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com