Take pictures on other iOS devices using bluetooth

时光怂恿深爱的人放手 提交于 2019-12-02 08:20:43

You should have a look at the iOS7+ MultipeerConnectivity Framework, which allows nearby devices to communicate amongst themselves. This is easy to send message from one device to (an)other device(s) through this framework, wrapped into a NSData variable.

This framework is really easy to set up, but do not hesitate to have a look at GitHub search results.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!