Yes, you can do that (and much more) with LimeLM. For different types of licenses, your best bet might be using custom license fields.
Hello! I want to know if LimeLM supports different kind of licenses.If i need to provide school, home, full etc. versions.Could i do it with LimeLM registration system?
Yes, you can do that (and much more) with LimeLM. For different types of licenses, your best bet might be using custom license fields.
Alright! These are some good news.Another question occurs for me. I've read about your WebAPI, but i couldn't quite understand - How these custom fields (which has to be manipulated by the user) communicate with my application. And also is there any way that the dashboard which is created with your WebAPI could calculate and show the user the price for his choice of features?
communicate with my application
They don't communicate with your app. You read the custom license fields using TurboActivate (specifically the GetFeatureValue("custom license field name") function)
And also is there any way that the dashboard which is created with your WebAPI could calculate and show the user the price for his choice of features?
Well, the short answer is "yes, of course". How you do it depends on how you want to design things. If you give me more information about what you're trying to do then I'll be able to give you a more specific answer.
I'm sorry for not being specific enough.What i want to do is provide the user with certain fields for choosing license volume(like school, full etc.), a field for the duration of the license(1,2, 3 years) and a field that shows the calculated price for the license.
Are you asking about the order process? Yes, you can charge whatever you want for custom features of your app. Also, you can modify the order page examples to allow for custom features of your app.