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
Demo Run Guide
1. Get the Demo
2. Install Dependencies
Run the following script in the TAVMagicUISample directory to install dependencies.
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.