how to make iOS app connecting with bluetooth?

Viewed 159

how to make iOS app with bluetooth? I need an app which connects and exchange data via bluetooth with other devices, laptop for example.

Many packages for BLE and cant find for classic bluetooth

1 Answers

If you want to use the classic Bluetooth interface of an Apple iOS device, you have to comply with/accept Apple's MFi licensing programme (Made for iPhone/iPod/iPad), which is a major hurdle and the reason for the lack of corresponding libraries.

Related