DeepARSDK / quickstart-macos-objc

2 stars 1 forks source link

quickstart-macos-objc

Overview

This is an example app demonstrating DeepAR SDK.

For more info on DeepAR for iOS/MacOS see: https://docs.deepar.ai/deepar-sdk/platforms/ios/overview

How to run

  1. Open the project in Xcode.
  2. Create a DeepAR developer account: https://developer.deepar.ai/signup.
  3. Create a project: https://developer.deepar.ai/projects.
  4. Add a MacOS app to the project. Note that you need to specify the bundle id of your app. In this case it is "ai.deepar.quickstart-ios".
  5. Copy the generated license key in the ViewController.m instead of your_license_key_here.

Common issues