Skip to main content
Version: 2.16

Creating iOS App Project in Xcode

Step 1: Create an iOS App Project in Xcode

To start building your WebRTC iOS application, we first need to create a new Xcode project.

  1. Open Xcode
  • Launch Xcode on your Mac and select “Create a New Xcode Project.”

  1. Choose the App Template
  • From the available templates, select "App" and click "Next."

  1. Name Your Application
  • Provide a name for your application and click "Next."

  1. Finalize the Project Creation
  • Congratulations! You have successfully created your WebRTC iOS application project.