Licensing
Free Trial#
Our tech is modified to be used for testing purposes without a
license key. To start testing, just follow the Integration guide and set the licensePath
to null
.
The editor will simply render a watermark over the preview and final results. And in case you need
any technical assistance, make sure to reach out to us:
https://img.ly/support. We’ll be glad to help.
Before using any components of VideoEditor SDK, you have to unlock the SDK using your license key file. The license is digitally signed so it can not be altered without becoming invalid.
Once you have retrieved the license file, place it inside the assets
folder of your module. Next, set the path of the license file relative to the assets
folder for vesdk
licensePath
in the imglyConfig
block in your module's build.gradle
file:
imglyConfig {vesdk {enabled truelicensePath 'vesdk_license'}}