Which point to start with BLE technology on iOS

前端 未结 2 1732
难免孤独
难免孤独 2021-02-02 03:02

I need to develop with BLE technology. I found some introductions and source code:

http://processors.wiki.ti.com/index.php/Category:IPhone4SBLEDemo

but I didn\'t

2条回答
  •  灰色年华
    2021-02-02 03:33

    You should look at the following:

    CBCentralManager

    Here is the Sample Code you can start with:

    Temperature Sensor Example from Apple.

    Also Make sure: You signed into Apple for Developer Provisiong profile in order to test your application into your iPhone.

    Hope this helps.

提交回复
热议问题