Thinking About Product Registration

Saturday, March 31, 2007

My first Cocoa application is not even in beta yet, but hopefully it will be soon. I am planning on charging for it, so I’ve been thinking about a product registration mechanism that will allow purchasers to convert the demo version to a fully-enabled version. I’ve done this once before for my Safe Place application, but that was written with 4D, not Cocoa. Although I can reuse the algorithms I developed for it, and also the PHP registration generating code, there’s no code I can reuse in my Cocoa application.

As with most software decisions, I can either write my own code, or use someone else’s. My first choice is to use an existing solution. But there are only a few options available, and there’s no obvious “best” choice.

The Contenders

The easiest solution would probably be to integrate an existing registration engine from either eSellerate or Kagi. They both offer code libraries you can drop into an existing Cocoa application to add an integrated web store. So in addition to adding a registration scheme, you also take care of integrating it with your online store.

Another option is the AquaticPrime framework. This is an open source Cocoa framework from Lucas Newman that takes advantage of RSA encryption to generate license keys. It also includes the PHP code I’ll need to generate the license codes, so it looks like it would be really quick to implement.

Option three is to write something from scratch. It would probably be a lot of work, but it might also be kinda fun. And being a control freak, it would allow me to implement a registration scheme with exactly the features I want. But is it worth the time when I should be working on my product?

The Plan

So over the next few days I’m going to investigate these options. Hopefully I can come up with a good registration solution for my new product.

Comments

No offense to anyone, but if you use any of the third-party mechanisms, you may as well hand out licenses for free. I know it takes more work to roll your own, but in my opinion, it's time well spent.

Posted by Blake C. on April 3, 2007 2:14 PM


i use Kagi in one of my products too. it's not too hard to integrate the shopping system...but i use my own registration scheme. you can provide kagi with your own cgi binary that calculates the registration numbers that are sent back to your customers via email. So you're quite good off creating your own solution, because you can integrate it into your software exactly like you want it...

Posted by Karsten on April 4, 2007 3:55 AM


Dave,

I chose eSellerate for my first product. Overall they have been pretty good and their support is excellent. A couple of point from my time with them:

1. You should generate your own serial numbers instead of using their scheme. I am looking at leaving eSellerate now and I will need to change my serial number scheme. Not the end of the world as I am doing it during a paid upgrade but not ideal either.

2. Once your sales reach a certain level they will raise the percentage they take from 10% to 20%. This really blows.

good luck,
Todd

Posted by Todd ransom on December 8, 2007 8:08 AM


Add a Comment
Please fill in the fields below to add a comment:
Name*:
Email Address*:
URL:
Spam Protection*:     Type "new york" without the quotes.
Message*:
  Your email will not be published and the URL provided will be used as
a link on your name.

* indicates a required field.