Installation
Native iOS ==> OneTouch framework
The LifeScan OneTouch MCK requires filling in the Privacy - Bluetooth Peripheral Usage Description
key and value in the project's Info.plist
.
If editing the raw source, add the NSBluetoothPeripheralUsageDescription
key as displayed below.
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Get Bluetoth readings</string>
If these values are not provided, the app will crash at runtime with an error reported to the console log.
The Validic One Touch framework requires linking to both the ValidicCore.xcframework
and the LifeScan OneTouchMobileConnectivityKit.xcframework
.
Updated 18 days ago