Skip to main content

DeepAR iOS SDK Demo Project

We have a demo project setup on GitHub that lets you test out DeepAR really quickly and it serves as a getting started project.

You can find DeepAR iOS Quickstart project on GitHub!

Run demo app on the device

  1. Clone the project:
git clone https://github.com/DeepARSDK/quickstart-ios-swift.git
  1. Open the project in Xcode
  1. Set up DeepAR account on our DeepAR developer portal.

  2. Obtain License key

    1. On developer portal, go to projects and click + New Project.
    2. Enter the name of your project. For example "My First AR App".
    3. Choose a FREE plan.
    4. Under iOS App choose + Add App.
    5. Enter the Bundle ID under which you plan to deploy your app. In this case it is ai.deepar.quickstart-ios.
  3. Copy the generated license key in the ViewController.swift instead of your_license_key_here.

Other demo projects

iOS

MacOS