Sample code to create keys

HII have signed up 🙂Is there some Delphi sample code to generate the key from within your application (e.g once a customer has purchased)I see sample code in C#(probably not hard to convert to delphi)thanks!Brian

Hey Brian,

The best way to handle purchases is to generate the product key at the moment of the successful purchase. We show how to do it in several web programming languages, and we have pre-built examples: https://wyday.com/limelm/help/how-to-generate-product-keys-after-order/

The reason we don't have a Delphi example is because Delphi really isn't a web programming languages.

Of course, after you generate the product key you can use the product key in your app: https://wyday.com/limelm/help/using-turboactivate/

ah, yes, I missed the bit about it needing to be a web api

questionwhat does ta.getPkey;do?🙂(ie will that return a key that can be used in the app, or?)

The GetPKey function will rerun the product key that he app is activated with.