Licensing questionsAnswered

Hello, I am new in LimeLM.
For my application I would like have two different applications : a trial and Licensed version 
For trial version : I want implement a 14 days free to use. After 14 days the trial is 
expired and User must buy a License
For the Licensed version: The user enters a serial number and the application starts
Since I currently don't want to implement an ecommerce site, I thought about 
selling through software vendors like Digital River or 2Checkout or similar;these platforms accept a file wilth a large number of serial codes ( and delivery a key after a payment) or accept a full Licensed package ( to delivery after a payment)

I know that LimeLM can generate a large number of serial codes   and pass this data to the platforms of the aforementioned vendors.
A part this way, is there a way to generate a licensed version of my app ? ( I have full access to C++)
I don't know if this last way make sense.
Pls let me know.

Answer

Since I currently don't want to implement an ecommerce site, I thought about 
selling through software vendors like Digital River or 2Checkout or similar;these platforms accept a file wilth a large number of serial codes ( and delivery a key after a payment) or accept a full Licensed package ( to delivery after a payment)

Yep, you could do that or use any one of our pre-built payment examples: https://wyday.com/limelm/help/how-to-generate-product-keys-after-order/

A part this way, is there a way to generate a licensed version of my app ? ( I have full access to C++)

Yep, follow the C++ example code and you'll have a trial app that can be activated with a product key. 

, edited