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
- Copy the folder 'AprilSDK' to your project directory.
- Add libAprilBeaconSDK.a to your Framework.
- 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.