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
- Clone the project:
git clone https://github.com/DeepARSDK/quickstart-ios-swift.git
- Open the project in Xcode
Set up DeepAR account on our DeepAR developer portal.
Obtain License key
- On developer portal, go to projects and click
+ New Project
. - Enter the name of your project. For example "My First AR App".
- Choose a FREE plan.
- Under
iOS App
choose+ Add App
. - Enter the Bundle ID under which you plan to deploy your app. In this case it is
ai.deepar.quickstart-ios
.
- On developer portal, go to projects and click
Copy the generated license key in the
ViewController.swift
instead of your_license_key_here.
Other demo projects
iOS
- Obj-C example
- Video-call with Agora example
- Video-call with Vonage example
- Video processing example
- Photo edit example