You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Today (2020) in iOS you also need to add some lines to info.plist
<key>NSBluetoothAlwaysUsageDescription</key>
<string>Connection to ... require Bluetooth. Please accept the connection.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Connection to ... require Bluetooth. Please accept the connection.</string>
I've managed to get it work with Android, with IOS I get a null reference error because in the Appdelegate the adapter is not set (like in android):
App.SetAdapter(new Robotics.Mobile.Core.Bluetooth.LE.Adapter());
how can I fix it?
The text was updated successfully, but these errors were encountered: