Updated on 2023-03-23 GMT+08:00

Quick Integration

  1. Decompress all the downloaded software packages to obtain libs for integration and HWMSDKDemo.

    Figure 1 Decompressed files

  2. Start the Xcode.
  3. 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

  4. Add HWMUISDK.framework, HWMMREngine.framework, and HWMMRMedia.framework obtained in 1 to the project.

    Figure 6 Adding the decompressed resource
    Figure 7 Adding HWMUISDK.framework, HWMMREngine.framework, and HWMMRMedia.framework

    Choose TARGETS > General. Then, change the value in the Embed column of HWMUISDK.framework to Embed & Sign.

    Figure 8 Effect after the embedded content of HWMUISDK.framework is changed

  5. Configure project files.

    1. In General area, set the Deployment Info and development certificate as required.
      Figure 9 Setting Deployment Info in the General area
    2. 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
    3. 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
    4. 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
    5. 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