ios - Whether app connect to BLE device successfully or not run on jailbreak device? -


app run in jailbreak device core bluetooth framework,whether app connect ble device or not? thanks.

corebluetooth framework not private framework dont have jailbrake . using core bluetooth can connect ble devices . there 2 modes :

  1. central

  2. peripheral

in central mode device scanning peripherals . peripheral having services , characteristic . characteristics either read,write or notify .so after connecting device can write or read data peripheral . can check this application reference.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -