I would like to understand one thing about integrating the licensing Addon.
Where should I put the license checking function?
If I put it in a separate file and include it, there will a possibility that a malicious user could track that file and remove it.
If I add at the top of each file in my software, then the software will be huge and there will be too many unnecessary license checking calls.
Could anyone share with us a preferred approach of license integration and how can we minimize the possibility of defeating license mechanism?
Thanks