FATOS Developer
Developer SiteConsole
  • FATOS Developer Introduction
  • FATOS API
    • Map
      • Map control
        • Sources
        • Layers
          • Style Specification
            • Fill
            • Line
            • Symbol
            • Circle
        • Building
        • Bounds
        • Center
        • Heading
        • Flyto
        • Tilt
        • Zoom
        • Marker
          • Instance Members
        • Polyline
        • Polygon
        • Circle
        • On/Off
        • Once
        • Language
        • Theme
        • Cluster
          • Instance Members
      • Button control
      • Utilities
        • Rectangle
        • Distance
        • Area
    • Search
      • Address
      • Geocoding
      • Geofencing
      • Detail
      • Public Transport
        • Bus Route
        • Bus Route Information
        • Bus Stop Information
        • Subway Station Information
        • Subway Station Timetable
        • Public Transit POI within Radius
        • Public Transit POI on Map
        • Subway Station Transfer Information
        • Real-time Bus Location Information
        • Real-time Bus Arrival Information
    • Routing
      • Route
      • Route for truck
      • Route_v2
      • Public Transit Route Search
      • Route Graphic Data
      • Bicycle
      • Pedestrian
    • Analyze
    • Tracking
  • FATOS SDK
    • Authentication
    • Platform
      • Android
        • Start
        • Component
      • iOS
        • Start
        • Component
      • React Native
        • Start
        • Component
  • Get your API Key
  • Release Note
    • FATOS Map API
    • API Server
    • RP Server
  • Troubleshooting
    • FAQ
Powered by GitBook
On this page
  • Development Environment
  • To add libFatos.a and basic framework
  • To add ResFatos.bundle (SDK resources)
  • To link "include" folder (static library header)
  • To add SDK key

Was this helpful?

  1. FATOS SDK
  2. Platform
  3. iOS

Start

How to install FATOS SDK for iOS development

PreviousiOSNextComponent

Last updated 4 years ago

Was this helpful?

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 and request an SDK key after sign up.

Please let us know if you have any technical problems using our SDK Contact :

If you are a OneMap user, kindly request to

Development Environment

Clone or download FATOS SDK for iOS from

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

  • include (static library header) (folder)

  • libFatos.a (static library) (file)

  • ResFatos.bundle (SDK resources) (file)

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)

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

To add ResFatos.bundle (SDK resources)

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

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"

To add SDK key

Go to "Project" -> "info.plist" and add "sdk_key"

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

Get your API Key
https://console.fatos.biz
sales@fatoscorp.com
https://onemap-console.fatos.biz
https://github.com/devfatoscorp/fatos-ios-sdk
Make sure to clone or download from the Clone menu