# iOS Setup

* Step: 1
  * Add below project into app. -> Right click on main app -> Add -> Existing project.
  * AccuraiOSBinding.csproj
* Step: 2
  * Add projects into your project.iOS as reference project.
  * Go to project.iOS -> References -> right click -> Add reference -> select project -> tap on Add button.
* Step: 3
  * Add accura service file into your project.iOS directory. Right click on project.iOS -> Add -> Existing file -> Choose bellow file.
  * AccuraScanService.cs
* Step: 4
  * Download required framework [AccuraKYC.framework.zip](https://github.com/accurascan/iOS-KYC/releases/download/3.1.1/AccuraKYC.framework.zip) from here then export it and add it as Native Reference into "AccuraiOSBinding.csproj".
  * Go to "AccuraiOSBinding.csproj" -> Native References -> right click -> Add -> choose AccuraKYC.framework
