windows store app试用期实现 [英] windows store app trial period implementation

查看:31
本文介绍了windows store app试用期实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 Windows Store 应用程序提交中,有一个地方可以让您指定试用期(24 小时或 7 天...).为了使用此功能,我是否必须实现在指定时间后终止应用程序的代码(Windows 存储选项只是意图的声明),或者由 Windows 运行时处理终止.

On windows store app submission there is a place where it lets you specify a trial period (24 hours or 7 days...). In order to use this feature do i have to implement a code that kills the app after the specified time (The windows store option being just a declaration of the intention) or does the windows run-time handles the killing.

推荐答案

当您将应用上传到商店时,您可以指定您希望免费试用的持续时间(几天,一直到永不过期)).

When you upload an app to the store you specify how long you would like a free trial to last for (a few days, all the way up to never expire).

试用期结束后,应用程序将停止运行,系统将提示用户购买应用程序以继续使用.

When the trial expires the application will stop running and the user will be prompted to buy the application to continue using it.

Microsoft 有一个很好的示例,向您展示如何集成 试用版功能.我建议阅读.

Microsoft have a great sample showing you how to integrate a trial feature in your app. I suggest reading that.

MSDN 还记录了不同类型的许可证可供您使用:

MSDN also documents the different types of licenses available to you:

  • 下载前收取全价
  • 限时试用
  • 功能有限的试用版
  • 应用内购买
  • 广告
  • 第三方交易

这篇关于windows store app试用期实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆