How can I create a serial number that users can use to register an application?
I thought of the following scenario:
- Users have tried the app.
- When they want to buy an application, they select a menu item.
- The application generates code, which is then transferred to the website to purchase the application.
- Users enter the code returned from the website.
- The application checks the entered code with the code that it generated.
If users have lost the serial number or copied the application after reinstalling the OS, they will need a code on the website that will return a special code that allows the application to receive the source code generated for the users machine.
source
share