Tagged Questions
11
votes
16answers
2k views
Best way to limit a trial version?
I'm building a shareware software that allows users to import various types of files (XML, CSV, etc.) into a database. I'd like to provide a trial version, but limit it in some way to prevent users ...
10
votes
5answers
3k views
Need Advice on Implementing a Time-limited Trial
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 ...
6
votes
9answers
3k views
How to create a trial version of a Java program
I'm coding a software on java and i almost finished, i would like to know how can we create a trial version which work for example for 30 days, because i will to send it to some companies
so how to ...
4
votes
2answers
101 views
Correlating trialware expiration with date of purchase [closed]
It makes intuitive sense that customers who complete the trial* version of your software are more likely to purchase it, but it cannot be so easily deduced that the converse is true, i.e. that ...
4
votes
5answers
380 views
Trial version grace period
How should I implement a full-featured grace period or N-uses scheme to maximise sales of my small $5 social network Windows application, while encouraging continued use of a limited version by users ...
3
votes
5answers
112 views
Phone-home for licence checking considered evil
Phoning home to enforce a user licence is considered by many to be "evil". But for my web-dependent Windows application it seems like the perfect method of enforcing a single-user, multi-workstation ...
3
votes
4answers
237 views
How to set up a trial for a dynamic link library?
I'm developing a shareware sdk-like library (using C++). The library is a simple dll provides some functions. So, my first question is what types of trials are possible for simple dll?
I don't want to ...
2
votes
4answers
322 views
Foolproof trial strategy
I know there is already present similar questions on SO. But my question is more theoretical.
I'm wondering, is it possible to design a foolproof trial system? By foolproof I mean such a system which ...
0
votes
3answers
110 views
How to convert a registered version of an application back to a trial version when it is copied to another computer?
I would like to include some type of copy protection scheme on my applications that would make a retail registered version of my software revert back to a trial version of my software if/when it gets ...