Samples - GitLab
Latest version: `1.0.23`
The iOS version is designed for OS >= 12.0.
By Pods:
Add to Podspec file:
pod 'neurosdk2', '1.0.23'
And run `pod install` command.
You can install framework manually:
For iOS:
For MacOS:
Then you need to add a key to `Info.plist` because it uses Bluetooth:
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Explanation to using bluetooth</string>
Import library:
import neurosdk2
#import <neurosdk2/neurosdk.h>
For XCode 15.xx you need to turn off the sandboxing.