Search code examples
iosxamarin.iosios-bluetooth

showBluetoothAccessoryPicker returns error 2


Using the following code:

EAAccessoryManager.SharedAccessoryManager.ShowBluetoothAccessoryPicker(null,HandleAction1);

void HandleAction1(NSError obj)
{
   System.Diagnostics.Debug.WriteLine("HandleAction1");
}

Returns:

{The operation couldn’t be completed. (EABluetoothAccessoryPickerErrorDomain error 2.)}


Solution

  • This library only works with MFI devices. It WILL NOT work with the majority of common devices. It is useless for typical devices.