Updated on 2024-07-30 GMT+08:00
Quick Integration
- Decompress all the downloaded software packages to obtain libs for integration and HWMSDKDemo.
Figure 1 Decompressed files
- Start the Xcode.
- Choose File > New > Project. Then, select Single View App and click Next. On the displayed page, enter the application information and click Create to create a project, as shown in the following figures.
Figure 2 Creating a project
Figure 3 Selecting the Single View App template
Figure 4 Naming the project
Figure 5 Selecting a save path for the project
- Add HWMUISDK.framework and HWMMRMedia.framework obtained in 1 to the project.
- Adding the decompressed resource
Figure 6 Adding resources
- Adding HWMUISDK.framework and HWMMRMedia.framework
Figure 7 Selecting the frameworks
- Choose TARGETS > General. Then, change the value in the Embed column of HWMUISDK.framework to Embed & Sign.
Figure 8 Effect after the adding
- Configure the project files.
- In General area, set the Deployment Info and development certificate as required.
Figure 9 Setting Deployment Info in the General area
- In the Signing & Capabilities area, set Background Modes for the application, so that the meeting can run in the background. When submitting the application for review, provide a test account to Apple and describe the meeting scenario. Otherwise, the application may be rejected.
Figure 10 Setting Background Modes
- In the Build Settings area, set Enable Bitcode to NO (YES is not supported by the SDK), Valid Architectures to arm64 (not support simulators), and Other Linker Flags to -ObjC.
Figure 11 Setting Build Settings
Figure 12 Setting Valid Architectures
Figure 13 Setting Other Linker Flags to -ObjC
- In the Build Phases area, configure Link Binary With Libraries.
The following screenshots are for your reference.
Figure 14 Clicking the plus sign (+) under Link Binary With Libraries to add files
Copy the following names one by one and click the plus sign (+) to add files. Alternatively, manually enter names to add files.
AddressBook.framework AudioToolbox.framework AVFoundation.framework CFNetwork.framework CoreGraphics.framework CoreLocation.framework CoreMedia.framework CoreTelephony.framework MediaPlayer.framework PushKit.framework ReplayKit.framework Security.framework SystemConfiguration.framework VideoToolbox.framework WebKit.framework libresolv.9.tbd libc++.1.tbd libz.1.tbd libiconv.tbd libz.tbd libc++.tbd
- For Info.plist, configure permission prompts and third-party application startup information. The following fields need to be configured:
Figure 15 Info.plist location
- Privacy - Camera Usage Description (Camera usage prompt)
- Privacy - Microphone Usage Description (Microphone usage prompt)
- Privacy - Contacts Usage Description (Contact usage prompt)
- App Transport Security Settings--Allow Arbitrary Loads (The value must be YES.)
Figure 16 Info.plist configuration effect
- In General area, set the Deployment Info and development certificate as required.
Parent topic: Getting Started
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot