I am developing an app in which i need to get the list of bluetooth devices.So that i can connect to the desired device and do furthur communication.I am using dependency service.In iOS here is my code:
EAAccessoryManager manager = EAAccessoryManager.SharedAccessoryManager;
var allaccessorries = manager.ConnectedAccessories;
In this the variable is allaccessories count is 0.But my ipad is connected with bluetooth printer via bluetooth.
Can anyone suggest me an idea if i am missing anything regarding provisioning profies,info.plist permissions ect.
Thanks in advance.