As a new entry into mobile devices development, I have a question: Can one develop an app that can communicate (sending data etc.) amongst ios devices via bluetooth? I have already read articles on private api stuff, so I only need to know things that can be put on app store. I can’t seem to find any bluetooth class library on apple site for ios.
Share
There are 2 ways:
Peer to Peer using the Game kit APIs – for use of communication between 2 iOS devices. For gaming and other peer to peer applications
If you are building a bluetooth accessory device you can join the apple MFi program and get access to APIs and mechanism to communicate with you accessory.
See here