# Start

In this section, a guide to set up development environment for FATOS SDK for iOS will be introduced. The functions of the SDK are largely composed of map, search, and route planning related operations. The map function can control the map layers, settings, and operation. To use "FATOS SDK for iOS", you must request an SDK key and then apply that key to the source. If you want an SDK key, please go to [https://console.fatos.biz](http://console.fatos.biz/) and request an SDK key after sign up.

Please let us know if you have any technical problems using our SDK \
Contact : <sales@fatoscorp.com>

{% hint style="info" %}
**If you are a OneMap user, kindly request to** [**https://onemap-console.fatos.biz**](http://onemap-console.fatos.biz/)
{% endhint %}

### Development Environment

Clone or download FATOS SDK for iOS from <https://github.com/devfatoscorp/fatos-ios-sdk>

![Make sure to clone or download from the Clone menu](https://282846835-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHK0qr4SvZ5rv7fYE8Y%2F-MJyk86apYtOY-3fkPqA%2F-MJylzeB222l4zXuUFkF%2Fimage.png?alt=media\&token=3d4d59af-73c8-4e4f-9bd7-1c8e65f0467c)

To use FATOS SDK for iOS, you must add following folders and files to your project.

![](https://282846835-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHK0qr4SvZ5rv7fYE8Y%2F-MJyk86apYtOY-3fkPqA%2F-MJymoINL-cozP5DgzYD%2Fimage.png?alt=media\&token=fac76f47-82e0-4b27-8d34-326f244eb40e)

* include (static library header) (folder)
* libFatos.a (static library) (file)
* ResFatos.bundle (SDK resources) (file)

{% hint style="warning" %}
Make sure to check the compatibility

FATOS SDK for iOS supports Xcode 11 or higher

FATOS SDK for iOS supports iOS 13 or higher

FATOS SDK for iOS supports iOS hardware (Not simulators)
{% endhint %}

### To add libFatos.a and basic framework

Click to "project explorer" -> click **TARGETS** -> **Build Phases** -> add a FATOS SDK for iOS and framework needed to link binary with the library. Then, add the following items.

* libFatos.a (FATOS SDK for iOS)
* GLKit.framework
* OpenGLES.framework
* CoreLocation.framework
* AVFoundation.framework
* AudioToolbox.framework

![](https://282846835-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHK0qr4SvZ5rv7fYE8Y%2F-MJyk86apYtOY-3fkPqA%2F-MJypAtquCHRWMDF-TLT%2Fimage.png?alt=media\&token=9b83f3fd-32fe-4664-a17e-27459c7df190)

### To add ResFatos.bundle (SDK resources)

Click "project explorer" -> click **TARGETS** -> **Build Phases** -> add ResFatos.bundle to copy Bundle Resources

![](https://282846835-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHK0qr4SvZ5rv7fYE8Y%2F-MJypXlm-cDHzfRPllAU%2F-MJyqFxncVGJk1kz6P_o%2Fimage.png?alt=media\&token=370eea30-42bd-4b56-ba33-b2460fe33a52)

### To link "include" folder (static library header)

Click "project explorer" -> click **TARGETS** -> click **Build Settings** -> **Search Paths** -> Set "**include**" folder path to "**Header Search Paths**"

![](https://282846835-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHK0qr4SvZ5rv7fYE8Y%2F-MJypXlm-cDHzfRPllAU%2F-MJyr-WMbAzG1bCWnC3X%2Fimage.png?alt=media\&token=2571db91-87de-4de3-9997-917f110869d9)

### To add SDK key

Go to "Project" -> "info.plist" and add "sdk\_key"

![](https://282846835-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MHK0qr4SvZ5rv7fYE8Y%2F-MJypXlm-cDHzfRPllAU%2F-MJyrpA_bsG7f8SESTkr%2Fimage.png?alt=media\&token=3e559b1e-c3cd-4fef-80fb-1dc41d9a789e)

If you haven't got a SDK key, please visit:

{% content-ref url="../../../get-your-api-key" %}
[get-your-api-key](https://fatos-doc.fatos.biz/get-your-api-key)
{% endcontent-ref %}
