How to use bluetooth to connect two iPhone?

后端 未结 4 1528
面向向阳花
面向向阳花 2020-11-30 22:26

I want to use iPhone SDK to implement a bluetooth connection between two iPhones, but I don\'t find any bluetooth API in iPhone SDK 3.0. Can anybody help me? Thanks.

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-30 23:24

    Check out the BeamIt open source project. It will connect via bluetooth and WIFI (although it claims it does not do WIFI) and I have verified that it works well in my projects. It will allow peer to peer contact easily.

    As for multiple connections, it is possible, but you will have to edit the BeamIt source code to make it possible. I suggest reading the GameKit programming guide

提交回复
热议问题