Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

DeepARSDK/quickstart-ios-objc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickstart-ios-objc

This repository is archived in favour of this repository: https://github.com/DeepARSDK/quickstart-ios-swift.

To run the example

  • Go to https://developer.deepar.ai, sign up, create the project and the iOS app, copy the license key and paste it to ViewController.m (instead of your_license_key_goes_here string)
  • Download the SDK from https://developer.deepar.ai and copy the DeepAR.framework into the repository root folder
  • In the project settings select quickstart-ios-swift under Targets and:
    • Frameworks, Libararies and Embedded content add DeepAR.framework with Embed & Sign option selected
    • Go to Build Phases and make sure DeepAR.framework is included in Link Binary With libraries and Embeded Frameworks sections

Run the project