Combine TurboActivate and TurboFloat activation in same product

My application is working well with TurboActivate, but my client would now like to add floating licensing (as an option, not as a replacement).

My userbase is mostly very non-technical, everything needs to be as simple as possible.

I would like to produce a single application and installer that, as seamlessly as possible, allows activation via TurboActivate *or* TurboFloat, ideally without the end user even having to be aware of the difference (the people doing the installation, and especially the people using the product, are not the same ones who will be making the decision on license purchasing).

Is there a recommended approach for doing this, or even better, some example code?

Hi illarion,

Sure, you can combine both TA and TF into the same application. We talk about the different licensing types and mention you can include any/all here:http://wyday.com/limelm/help/licensing-types/

It'd be up to you to implement whatever you/your customer's requirements are, and manage the choice between licensing a given computer or planning to use floating licensing. You could handle it in your installer, and/or your app.

I'm unaware of any sample code, as it's really specific to the use case(s) you're facing - but all the pieces are there for you in the documentation and examples for TA and TF, respectively. And you'd of course have to add the code to your app to implement/allow TF and have your client deploy the TF Server on a machine on their network.

A few other users have asked about supporting both in the same app historically - perhaps (if they went ahead with it and are reading this) they can share any lessons-learned.