-1

I need help with adding verification to my program. What I essentially want to happen is when they purchase the program they get sent an activation email containing their code then when they install the program it asks for and needs to match up with the code from the email.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129

1 Answers1

-1

It sounds like you're asking for help designing a serial number system. You could look at this post for a basic method of doing it. Ultimately, it doesn't need to be complex unless your app will be very widely used.

Community
  • 1
  • 1
Reubend
  • 644
  • 1
  • 6
  • 19