In-app purchase

With limeLm is possible to enable in-app purchase?

For example: I have an app with many features. I want enable by default only two, and other will be enabled after payment. So first the user pay to activate the software. If he want he can enable other features after another payment, so each feature has his own price and the app can be modular.

Yes, you can use LimeLM with your in-app purchases.

If he want he can enable other features after another payment, so each feature has his own price and the app can be modular.

The way to do this is to use custom license fields. For example, let's say you have a separate after-market module call "ModuleX". You can create another custom license field called something like "is_ModuleX_available". By default it will be unset, or "0".

Then, if your customer buys ModuleX from your website, you can just enable the module immediately by changing the "is_ModuleX_available" field to "1". In your app you can detect this change and enable the module.

Does that make sense?

Many thanks. I'm new to LimeLm, but this license manager seems really impressive.

The first time I came on this site I was scared by the awful design, but I should admit this tool works great and is very simple to implement.

The first time I came on this site I was scared by the awful design, but I should admit this tool works great and is very simple to implement.

Our site and marketing do need improvement. We're working on it.

But I'm glad you're liking LimeLM.