Preferred Method Of Application Purchase

Posted by Chuck on Stack Overflow See other posts from Stack Overflow or by Chuck
Published on 2011-01-30T23:20:16Z Indexed on 2011/01/30 23:26 UTC
Read the original article Hit count: 245

This is more of a "programmers" question, but felt that it was technical enough to belong on Stack Overflow instead.

I'm launching an application soon that will follow the shareware model of purchase. I've thought about implementing this in a few ways:

  • Limited access to the application until they purchase
  • Full access to the application but expires after 30 day, requiring them to purchase to retain utility.
  • Full access to the application indefinitely, but with a 10-15 second pop-up box on start-up asking them to register -- like mIRC does (or used to do).

The method of authentication will be web-based. I'll provide them with an authentication key and they'll put it in the application. Whenever the application boots up, it'll check my web service and determine whether the application is genuine or not. This isn't my question.

My question is: Is there a preferred method of implementation? I'd like to piss off the users as little as possible, but I'd also like to get paid for my work.

© Stack Overflow or respective owner

Related posts about authentication

Related posts about shareware