Take pictures on other iOS devices using bluetooth

前端 未结 1 1659
耶瑟儿~
耶瑟儿~ 2021-01-29 00:24

I\'d appreciate if someone with iOS bluetooth experience could show me how to take pictures on other iOS devices using bluetooth classes. This app lets users login/register and

相关标签:
1条回答
  • 2021-01-29 00:46

    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.

    0 讨论(0)
提交回复
热议问题