c# - 桌面应用程序的应用程序内购买

标签 c# .net in-app-purchase desktop-application

我需要在我的桌面应用程序中接受应用内购买,并且想知道新的 Windows 8 API 是否允许应用内购买与桌面应用以及现代 UI 应用一起使用? (http://msdn.microsoft.com/en-us/library/windows/apps/hh465433.aspx)。我已经阅读了文档,它并没有说你不能在桌面应用程序中使用它,但是也没有桌面应用程序的文档和我所有的在网上看到关于它是否可以用于桌面应用程序的问题,但没有真正明确的答案。

这不仅仅是一个购买选项。更多的是关于我需要如何为桌面应用程序实现它如果它甚至可以开始

除此之外:如果 Microsoft 提供的框架/SDK 不是您的选择,您是否可以推荐任何应用内购买框架/SDK?

最佳答案

更新:


此处的一篇文章将概述您如何能够 submit桌面应用程序到商店。不幸的是,当用户从商店下载桌面应用程序时,它会加载 Metro 风格部分,然后将它们导航离开商店以进行下载商店将处理上述交易并根据收购情况相应地补偿您。

As part of the submission process, you must supply a purchase page URL for your app. This URL is a link that sends the user directly to the page where a customer can acquire your app with the fewest clicks possible. This is a great feature for customers; if you provide them with a clean and easy way to acquire your app, you’re already making a great impression by giving them a simple and clear acquisition experience.

Example Image

When you submit a desktop app, you must supply a purchase URL for 32-bit and 64-bit systems. This URL can be the same for both.

During the app submission process, we request that you supply a URL for users who need the x86 version of an app and one for those who need the x64 version. For Release Preview, both URL fields are required, and should correspond to the version of Windows that a user is running. If the acquisition page is the same for both, we recommend that you use the same URL in both fields. The Windows Store detects whether a user is running the x86 or x64 version of Windows, and users can only see apps that correspond to this version.

从本质上讲,Microsoft 只会处理您的应用程序的商务;所有其他方面将在商店外处理。 Microsoft 将直接处理的唯一方面是初始商务,通过应用内购买,您可能能够处理商务部分,但您仍然需要提供要在商店外处理的信息。

此外,桌面应用程序中所述功能的当前大纲确实没有涵盖任何文档,也许随着 8.1 的临近,将公布更多细节。


关于c# - 桌面应用程序的应用程序内购买,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17481802/

相关文章:

android - 如何在 Android 中获取客户端订阅的到期日期?

c# - 如何从日期时间中减去一年零一天?

c# - 为什么 C# 的编译速度比 C++ 快得多?

c# - 为什么我的 LDAP 查询失败?

c# - asp.net中图像中的字符识别

c# - 保存 Winform 窗体控件状态的最佳方法?

.net - “Code Access Security” 在现实世界中有用吗?

c# - 我怎样才能在递归代码上捕获 stackoverflow 异常的根源

android - 购买完成后我没有收到 onIabPurchaseFinished

ios - 如何在应用内购买期间停止弹出窗口