Platform Specific Requirements — VP3350
iOS Info.plist
Add NSBluetoothAlwaysUsageDescription and enable Uses Bluetooth LE accessories background mode.
Android Manifest
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
See the VP3350 overview for the full topic list.