关于实施限时试用的建议 [英] Need Advice on Implementing a Time-limited Trial

查看:146
本文介绍了关于实施限时试用的建议的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发共享软件桌面应用程序.我到了需要实现试用/激活代码的地步.您如何处理这样的事情?我有自己的想法,但是我想看看stackoverflow社区的想法.

I'm developing a shareware desktop application. I'm to the point where I need to implement the trial-use/activation code. How do you approach something like this? I have my own ideas, but I want to see what the stackoverflow community thinks.

我正在使用C ++/Qt进行开发.预期的平台是Windows/Mac/Linux.

I'm developing with C++/Qt. The intended platform is Windows/Mac/Linux.

感谢您的建议!

推荐答案

要注意什么和不应该注意什么:

请记住,人们总是会找到一种绕过您的试用期的方法.因此,您想让这个人烦恼必须绕开试用期,但是如果不可能绕开试用期就不要紧了.

Keep in mind that people will always find a way to get around your trial period. So you want to make it annoying for the person to have to get around your trial period, but it doesn't matter if it's impossible to get around you trial period.

大多数人会认为,即使有一个简单的机制,尝试解决您的试用期也很繁琐.例如,人们可以始终使用filemon/regmon来查看在安装软件时更改了哪些文件和注册表项.

Most people will think it's too much work to try and get around your trial period if there is even a simple mechanism. For example people can always use filemon/regmon to see which files and registry entries change upon installing your software.

话虽如此,一种简单的机制是最好的,因为它会浪费您的时间.

That being said, a simple mechanism is best, because it wastes less of your time.

以下是一些想法:

  • 您可以在运行的每一天中在注册表中的某个位置进行滴答计数.如果滴答计数> 30,则向他们显示过期消息.
  • 您可以存储安装日期,但请先检查它们是否有更多的可用天数,然后告知它们已过期.这样可以防止人们在安装到明天之前更改日期.
  • 我建议您进行卸载,删除运行天数".这是因为人们可能会在几个月后重新评估您的产品并最终购买.但是,如果他们无法评估它,他们就不会购买.没有认真的用户会花时间卸载/重新安装,只是为了获得更多使用您的产品的机会.

扩展试用期:

对于我们来说,当客户请求试用扩展时,我们会向他们发送一封自动电子邮件,其中包含程序"TrialExtend.exe"和试用扩展代码.该程序使用试用扩展代码与我们的服务器联系以对其进行验证.如果验证了该代码,则将重置其试用期.

For us, when a customer requests a trial extension, we send them an automated email that contains a program "TrialExtend.exe" and a trial extend code. This program contacts our server with the trial extend code to validate it. If the code is validated, their trial period is reset.

这篇关于关于实施限时试用的建议的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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