Skip to content

BACtrack/breathalyzer-sdk-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version License Minimum deployment version

BACtrack Breathalyzer SDK

The purpose of this SDK is to establish a connection with the BACtrack Breathalyzer products' SDK and enable users to take a test and obtain BAC results. Additionally, users can retrieve general information about the Breathalyzer, such as the serial number and battery. For SDK documentation, visit https://developer.bactrack.com/

Table of contents

Installation

If you haven’t already, install the latest version of CocoaPods. If you don’t have an existing Podfile, run the following command to create one: pod init

Add this line to your Podfile: pod 'BreathalyzerSDK' Run the following command: pod install Don’t forget to use the .xcworkspace file to open your project in Xcode, instead of the .xcodeproj file, from here on out.

In the future, to update to the latest version of the SDK, run: pod update BreathalyzerSDK

Run Demo

The demo project can be found under the Run Examples/BreathalyzerSDKDemo folder In order to start testing, you need to add your API key to BactrackViewController.h. After that, you can follow the next steps:

  1. Run the app
  2. Turn on your breathalyzer.
  3. Once the nearby device is discovered, tap on Connect Breathalyzer to establish a connection.
  4. You can now fetch information such as the serial number or battery status.
  5. Additionally, you can also tap on Start Test Countdown to start taking a test

See video for usage reference below:

RPReplay_Final1710879156.MP4