Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
2
votes
1answer
53 views

How to don't let user to use application after expiry time?

In my application I let user to buy application based of different plans, such as 2 hours free, 1 day, 1 week, and etc. I want to don't let user use the application after expiry time. I created a ...
2
votes
1answer
58 views

program for android market

I am getting close to finishing a program for android. While I can design it to have a trial time frame and "lock" after, I am having trouble determining how I can effectively unlock it after. As I am ...
2
votes
1answer
65 views

Air Application affected by Computer's Set Date

I'm working on creating a 30 day free trial of my Air app. When the 30 day trial begins the current date is stored in the local encrypted database. Then the date is checked against the current date ...
2
votes
1answer
397 views

Application installation date

I would like to know if there is anyway to know the date at which an application was installed in an Android phone. I would like to know this in order to implement a time limited trial / demo version ...
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
1answer
55 views

Android, How to check trial period of application is expired?

There are several packages in my application that user can select each one according to different prices. In server side I store some information of client such as device Id, Android Id and etc. ...
0
votes
1answer
103 views

Deactivate Air app created in AS3 after next Monday?

I have an application deployed in Air, written in AS3 that the client wants to install and test, I have developed a simple license app, but he is pushing for a full license which he said he will fully ...
-1
votes
1answer
83 views

How can I develop trial version of software

I mean that my software must be run for only 7 days when it is installed on any system. It is possible with registry but i dont know how it is possible.