BrainBit for developers Subscribe for updates Visit website

iOS/MacOS

Latest version: `1.0.6.2`

The iOS version is designed for OS >= 12.0.

By Pods:

Add to Podspec file:

    
pod 'neurosdk2', '~> 1.0.6.2'
    

 

And run `pod install` command.

 

You can install framework manually:

1. download `neurosdk2.xcframework` from GitHub
2. add `neurosdk2.xcframework` to `Frameworks, Libraries, and Embedded Content` section of your project
3. set `Embedded` to `Embed & Sign`


Then you need to add a key to `Info.plist` because it uses Bluetooth:

    
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Explanation to using bluetooth</string>