Skip to content

AprilBrother/AprilBeacon-iOS-SDK

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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.

About

iOS SDK for April Beacon

Resources

License

Stars

Watchers

Forks

Packages

No packages published