Hi folks,
If an user purchases an item multiple times, does each purchase give him a different license key or a same license key?
I’m writing some code to validate license key but can’t find any info about it.
Hi folks,
If an user purchases an item multiple times, does each purchase give him a different license key or a same license key?
I’m writing some code to validate license key but can’t find any info about it.
I believe each license would be different
Yes, purchased item, each time, gets a new purchase code.
So, by using API, you’d usually get all purchases from the customer and then you’d filter your item/s in question. Each item has a purchase code and support period inside which you can use for validation.
Hope that helps!
Thanks for your confirmation!