tencent cloud

User Generated Short Video SDK

iOS

Download
フォーカスモード
フォントサイズ
最終更新日: 2026-05-11 17:46:56
This article mainly introduces the guide for running the Premium UGSV demo.

Prerequisites

Environment Setup

Xcode 9.0+.
An iPhone or iPad device running iOS 9.0 or later.
The project is configured with a valid developer signing certificate.

Applying for a License

Please refer to the "License Guide".

Demo Run Guide

1. Get the Demo

Download TAVMagic_Professional_iOS.zip and unzip it, then open the TAVMagicUISample directory under the Demo folder.

2. Install Dependencies

Run the following script in the TAVMagicUISample directory to install dependencies.
pod install

3. Pre-launch Setup

1. After successfully installing dependencies, a TAVMagicApp.xcworkspace file will be generated in the directory. Double-click this file to open the project with Xcode.
2. Search globally for the keyword "kTELicenseUrl" to locate the License configuration file (TAVMagicApp/Classes/Config/AppConfigManager.m). Fill in the obtained License into kTELicenseUrl and kTELicenseKey, as shown below:
static NSString *kTELicenseUrl = @"Fill in the obtained LicenseUrl here";
static NSString *kTELicenseKey = @"Fill in the obtained LicenseKey here";
3. Connect your test device (iPhone or iPad) to your Mac, and select this test device at the top of Xcode.

4. Launch the Project

Click the run button at the top-left of Xcode or press Cmd + R to build and run the Demo. Wait for the compilation and installation to complete, and you will see the Demo running successfully on your test device.


ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック