The UGSV SDK is available in Lite edition and Basic edition. Starting from v4.5, a UGSV license (TXUgcSDK.licence
) is required for the Basic edition. You need to put the license in your project directory and rename it.
Starting from v4.9, you can select whether to package the license into your project. When using the license, you need to call setLicenceURL:
and key:
to set the license URL and key.
Note:Automatic license renewal is supported only since v4.9 and not in v4.5-4.7. You can use legacy licenses for v4.9 (pass in a random non-null string for
url
andkey
), but you cannot use new licenses for versions before v4.9.
A free trial license is valid for 14 days and can be renewed once, making the total trial duration 28 days. After your trial license expires, please purchase a license. To learn more, submit a ticket or contact sales.
Note:If you renew a trial license within the first 14 days, the license will expire 28 days after the time of license application; if you renew a trial license that has expired once, the renewed license will expire 14 days after renewal.
- For example, if you apply for a trial license at 10:28:41 on August 12, 2021, it will expire 14 days later at 10:28:41 on August 26, 2021.
- You can renew the trial license once for free. If you renew it within the first 14 days, it will expire at 10:28:41 on September 9, 2021; if you renew it after the first 14 days, for example, at 22:26:20 on August 30, 2021, it will expire at 22:26:20 on September 13, 2021.
Yes. Log in to the VOD console, find your trial license, and click Edit to change the information.
You cannot change the package name or bundle ID bound to an official license. Before adding a license, make sure that your package name or bundle ID is not already used by another app.
You can bind each license to only one package name and one bundle ID.
When binding a license, make sure you enter the same bundle ID or package name as that of the app you launch in the App Store or Google Play Store.
Go to the UGSV SDK License page of the VOD console.
Make sure that you are adding the license as the Admin.
Check the following:
LicenseUrl
of your license uses the HTTPS protocolNote:If the problem persists, reinstall the app or submit a ticket.
Yes, you can. A bundle ID is for an iOS project and a package name for an Android project. You can enter a random value for bundle ID if you don’t use the SDK in an iOS project.
A license can only be used by the account that purchased it, regardless of whether the account is verified as an individual or corporate entity.
Go to Message Subscription and subscribe to RT-Cube notifications. You can specify how to receive the notifications (for example, via Message Center, Email, or SMS). The system will send you notifications 30 days, 15 days, 7 days, and 1 day before your UGSV license expires.
Was this page helpful?