Here we provide you with a sample application to experience the ZEGOCLOUD's Super Board, and the following describes how to run the sample code.
Xcode 7.0 or later.
An iOS device or iOS Simulator that is running on iOS 11.0 or later and supports audio and video. We recommend you use a real device.
The iOS device is connected to the internet.
Contact the ZEGOCLOUD Technical support to get the AppID and AppSign for SDK integration.
2.3.0 or later
, you can also use Tokens for authentication. To upgrade the authentication mode, refer to the Upgrade the authentication mode from AppSign to Token.ZegoSuperBoardDemo.xcworkspace
file in the extracted sample code package.Bundle Identifier
and certificate
.a. In Xcode, Select the ZegoSuperBoardDemo project.
b. Select the target project, click the Signing & Capabilities tab, change the Bundle Identifier configuration and select your own developer certificate in the Team.
KeyCenter.m
file with the AppID and AppSign that you get in the Prerequisites.static unsigned int kAppID = <#YOUR_APP_ID#>;
static NSString * kAppSign = @"<#YOUR_APP_SIGN#>";
Navigate to the folder where the Podfile
file locates, and run the pod install
command in the terminal.
Click the Build button to run the sample code and experience the Super Board service.