Add the license key
Nutrient is a commercial product and uses a license key to verify your copy against the package name you registered.
Generating the license key
To use a Nutrient license with your app, you have to generate a license key and bind it to the applicationId
bundle ID of your app.
-
Log in to the Nutrient Portal using the credentials you received when purchasing Nutrient. You’ll see the list of all your purchased licenses.
-
Locate your license (e.g. Nutrient iOS SDK) and click the Assign license key button next to it. A dialog will open.
-
Enter the bundle ID of your production app. If you’re unsure about this step, read our what is a bundle ID? guide first.
-
Click next and confirm your selected bundle ID. Double-check that the chosen identifier matches the one configured in your app, as it can no longer be changed once it’s been set.
Getting the license key
-
Log in to the Nutrient Portal using the credentials you received when purchasing Nutrient. You’ll see the list of all your purchased licenses.
-
Locate your license (e.g. Nutrient iOS SDK) and click the License Key button next to it. If there is no such button, you probably need to generate the license key first.
-
A dialog will open showing you a code snippet with your license key.
-
After copying the license key over to your project, the Nutrient SDK will be ready to use.
Adding the license key
It’s important that you set the license key before using any Nutrient API. During initialization of your widget, register the license key like this:
// To set the license key for both platforms, use: await Pspdfkit.setLicenseKeys("YOUR_FLUTTER_ANDROID_LICENSE_KEY_GOES_HERE", "YOUR_FLUTTER_IOS_LICENSE_KEY_GOES_HERE");