Skip to content

Aidlab/aidlabsdk-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated: This repository is no longer actively maintained. Please use the Aidlab Apple SDK available through Swift Package Manager for all Apple platforms. For more information and to integrate the SDK, visit installation guide.

Installation

CocoaPods

Add the following entry to your Podfile:

pod 'AidlabSDK'

Then run pod install.

Don't forget to import AidlabSDK in every file you'd like to use Hero.

AidlabSDK-iOS

This repository is dedicated for developers who want to understand how to build publicly distributed applications featuring Aidlab sensor integration. AidlabSDK-iOS will guide you how to connect with Aidlab health tracker, so it will save your time and make real development faster and easier.

You can check our website to get the answers for the most common questions related to Aidlab.

Technical overview

Example was build with Swift 5.6, using Xcode 13.3 and is created on top of Apple's Core Bluetooth technology.

More information and detailed documentation can be found on our website.