I have code in Xamarin code looking for a bluetooth printer using LinkOS plugin, it#s works on Xamarin.Android after giving my app bleutooth permission, but i don#t know how to give it permission in Xamarin.iOS i tryied to add in info.plist bluetooth permission but it doesn't work, what should i do?
Asked
Active
Viewed 1,688 times
1 Answers
2
iOS don't allow you to connect classic Bluetooth without MFI program.
For BLE( bluetooth version 4.0 and later) use this link:

Sina
- 849
- 9
- 21