Recently, i was looking to buy a WooCommerce plugin and it had plans for using the plugin on various websites. I haven’t bought any plugin before. So, I was wondering how does the plugin knows where it is being installed. Is there any way in which the plugin developer keeps a track of the installs done on different websites after the plugin has been bought? What would be the issue if I buy for use on 1 website and use it on 10 other websites?
Question posted in Woocommerce
The official Woocommerce documentation can be found here.
The official Woocommerce documentation can be found here.
2
Answers
The plug-in developers can track the number of installations with the
key license
(Limited to 1 the most of the time)As we know that plugins having subscription for N number of sites, come up with the License Key. So obviously they will store your site info easily and they will use the same data to cross check whether the same activation key has been activate on multiple domain or not.
BTW as a developer point of view, once can use the same plugin by doing some customisation related to activation module, but that will not be a good idea to get updates for that specific plugin.
You can check related article from Woocommerce by clicking here