tencent cloud

Video on Demand

Release Notes and Announcements
Release Notes
Announcements
Product Introduction
Overview
Product Features
Features
Strengths
Scenarios
Solutions
Professional Edition
Introduction to Video On Demand Professional Edition
Quick Start
Console Guide
Development Guide
Purchase Guide
Billing Overview
Billing Modes
Purchase Guide
Viewing Bills
Renewal
Overdue Policy
Refund Policy
Getting Started
Console Guide
Console Overview
Service Overview
Application Management
Media Management
Package Management
License Management
Real-Time Log Analysis
Practical Tutorial
Media Upload
Smart Cold Storage of VOD Media Asset Files
Video Processing
Distribution and Playback
How to Receive Event Notification
How to Migrate Files from Origin Server to VOD
Live Recording
How to Pull from Custom Origin Servers
How to Use EdgeOne to Distribute Content in VOD
Development Guide
Media Upload
Media Processing
Video AI
Event Notification
Video Playback
Media Encryption and Copyright Protection
Broadcast Channel
CAM
Media File Download
Subapplication System
Error Codes
Player SDK
Overview
Basic Concepts
Features
Free Demo
Free Trial License
Purchase Guide
SDK Download
Licenses
Player Guide
Integration (UI Included)
Integration (No UI)
Advanced Features
API Documentation
Player Adapter
Player SDK Policy
Server APIs
History
Introduction
API Category
Other APIs
Media Processing APIs
Task Management APIs
Media Upload APIs
Media Management APIs
Event Notification Relevant API
Media Categorization APIs
Domain Name Management APIs
Distribution APIs
AI-based Sample Management APIs
Region Management APIs
Data Statistics APIs
Carousel-Related APIs
Just In Time Transcode APIs
No longer recommended APIs
Making API Requests
AI-based image processing APIs
Parameter Template APIs
Task Flow APIs
Data Types
Error Codes
Video on Demand API 2024-07-18
FAQs
Mobile Playback
Fees
Video Upload
Video Publishing
Video Playback
Web Playback
Full Screen Playback
Statistics
Access Management
Cold Storage
Agreements
Service Level Agreement
VOD Policy
Privacy Policy
Data Processing And Security Agreement
Contact Us
Glossary

Managing Trial License

PDF
Focus Mode
Font Size
Last updated: 2022-03-14 15:05:12
A UGSV SDK license is used to activate the use rights of the UGSV SDK. You can apply for, renew, and view a trial license in the console. For more information on UGSV SDK features, see UGSV.

Trial License Application

You can apply for a trial license to try out various features available in the UGSV SDK Basic Edition for free. The license is valid for 14 days upon initial application and can be renewed for 14 days (with a validity period of up to 28 days). The steps are as follows:

Step 1. Create a trial license

1. Log in to the VOD console as an admin and select UGSV SDK License on the left sidebar.
2. Click Edit in the top-right corner and enter the App Name, Package Name, and Bundle ID.
3. Click Confirm.


Step 2. Save the trial license

After the free trial license is successfully created, the page will display the information of the generated license. You need to pass in two parameters Key and LicenseUrl during initial SDK configuration. Please save the following information properly.


Trial License Renewal

You can check the validity period of the trial license in the VOD console, which is up to 28 days. Before the trial license expires in 14 days after application, you need to renew it by following the steps below:

Step 1. Apply for license renewal

Go to the UGSV SDK License page and click Renew in the top-right corner of the trial license section.

Step 2. Complete license renewal

After the pop-up window prompts that the renewal is successful, the Renew button in the top-right corner will disappear, indicating that the trial license is renewed for 14 days.

Trial License Query

After the license is configured successfully, wait for a while (subject to the network conditions) and then you can view the license information by calling the following methods:
iOS:
NSLog(@"%@", [TXUGCBase getLicenceInfo]);
Android:
TXUGCBase.getInstance().getLicenceInfo(context);

How to Use the License

Call the following methods to configure the license before calling the relevant APIs of the SDK:
For iOS, we recommend you add the following in [AppDelegate application:didFinishLaunchingWithOptions:]:
[TXUGCBase setLicenceURL:LicenceUrl key:Key];
For Android, we recommend you add the following in application:
TXUGCBase.getInstance().setLicence(context, LicenceUrl, Key);

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback