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://onemap-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 : [email protected]
Make sure to clone or download from the Clone menu
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.