Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 847 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 847 Bytes

iOS6-SDK

This is a legacy version of Estimote SDK. Visit https://github.com/Estimote/iOS7-SDK to get the current version.

=======

To use this version of SDK in your project you should follow these three simple steps:

First, add files from the SDK folder to your project. Your files list should look somehow like this:

ScreenShot FileList

Then add the CoreBluetooth.framework to your project. The Link With Binary Libraries section in Build Phases of your project should contain both CoreBluetooth.framework and libEstimoteBLE.a

ScreenShot LinkWithBinaryLibraries

The last step is to import BeaconManager.h file into classes that in which it will be used.

ScreenShot Import