Now days paid extensions are being sold and distributed illegally in many Whatsapp and Telegram groups. This has to be stopped. So finally I just developed a library that will help @ExtensionDevelopers to prevent the piracy
How To Use ?
Step 1 :
Download the jar file.
Step 2 :
import the library in your project.
import in.techybro.antipiracy.AntiPiracy;
Step 3 :
Create a object of Antipiracy class and pass the application context in it.
AntiPiracy antipiracy = new AntiPiracy(context);
Step 4 :
Call .validate() method to start authentication. It takes a url String as arguement. See this example url
It checks the email id(with the email you signed in in kodular/any other builder) that has been used building the app is in the “users.txt”(comma seperated list of real buyer’s emails) file and then returns the Response.