Are there any well-known web services that manage license keys for desktop, web and mobile applications?<p>I'm assuming most people roll their own system (like me). If that assumption is true, I'm wondering if software developers would rather pay for a service that generates and manages license keys, emails users to renew subscriptions, accepts payments, etc.<p>Any thoughts?
Not sure about web & mobile, but on the desktop Armadillo was a big player: <a href="http://www.siliconrealms.com/" rel="nofollow">http://www.siliconrealms.com/</a> Armadillo would handle code generation / management, while e-commerce services with Armadillo support would handle the other half.<p>The downside of any common license system is that it becomes a big target for crackers, since cracking the one system unlocks lots of software. Some developers are happy to deal with that, others not.<p>If you're rolling your own, make sure you've checked out Brandon Staggs' article on Partial Key Verification (PKV):
<a href="http://www.brandonstaggs.com/2007/07/26/implementing-a-partial-serial-number-verification-system-in-delphi/" rel="nofollow">http://www.brandonstaggs.com/2007/07/26/implementing-a-parti...</a>
There are quite a few companies that provide online activation service (just search for "software license management"), but the other features you list aren't as common. I think you'd need to spend some time Googling related phrases and do your own analysis to get a better feel for the market.
Welcome to the shareware registrars business!
<a href="http://www.blackcatsystems.com/regservices/" rel="nofollow">http://www.blackcatsystems.com/regservices/</a><p>Some of them have SDKs and can manage license keys.
We've been trying to solve this problem for our software IgnitionDeck, and haven't yet had time to write our own tools for the job. I looked, unsuccessfully, but would certainly pay for a decent solution.