Skip to content

AprilBrother/AprilBeacon-iOS-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docs

How to install

From CocoaPods

Add the following line to your Podfile:

pod 'AprilSDK'

Then run the following command in the same directory as your Podfile:

pod update

Normal way

  1. Copy the folder 'AprilSDK' to your project directory.
  2. Add libAprilBeaconSDK.a to your Framework.
  3. Add 'AprilSDK/Headers' (relative path to your project) to Header Search Paths in Build Settings of your target.

iOS 8

If your app supports iOS 8, you should add NSLocationAlwaysUsageDescription key with message to be displayed in the prompt to Info.plist.

Project Setting

Change the value of Build Active Architecture Only to "NO" of your project in Building Settings. If your proejct is crash, try to add -all_load to Other Linker Flags in Building Settings.

Changelog

To see what has changed in recent versions of April SDK, see the CHANGELOG.