Creating a License Template
Launch AquaticPrime Developer and click on the button labeled with a plus sign underneath the license template table to add a new product. Enter the name for the product on the following sheet:

AquaticPrime Developer will generate a key for this product and assign it a default license template. You can view the product keys under the "Product Keys" tab:

1) Public Key
This key is used for validating licenses in your application. You do not have to worry about keeping this key secret.
2) Private Key
The private key is used for generating license files for your applications in AquaticPrime Developer or a web-based CGI. This key must be kept secret.
3) Obfuscated Public Key
This key is exactly the same as the public key above, except that is created by building up an NSMutableString. I recommend using this contruction when validating license files in your application. By doing this, it makes things more difficult for attackers trying to replace your public key with their own.
Generating a License
To generate a license for your application, click on the generate tab in AquaticPrime Developer. You will see a list of keys and values that will be included in your license files. This list can be modified to include any information that you desire, and the license extension can be changed to something unique for your application.

AquaticPrime Developer will automatically create the license named with the first value in the list. This is to eliminate having to interact with a save panel each time you want to create a license.
After generating licenses, you can then validate them.

AquaticPrime Developer will automatically create the license named with the first value in the list. This is to eliminate having to interact with a save panel each time you want to create a license.
After generating licenses, you can then validate them.
