我想在 iPhone 中使用蓝牙发送数据,该怎么办?
我已在数据库中保存了 NSStrings,在选择查询后,我已将它们保存在某个数组中,
现在我想通过使用蓝牙发送该数组并保存在其他 iphone 的数据库中,
我应该做什么,因为根据据我所知,我可以通过蓝牙发送 NSData,,,
这里需要帮助......
I have saved for NSStrings in database, and after query of select, I have saved them in some array,,
now I want to send that array and save in database of other iphone, via using bluetooth,
what should I do, because as per my knowledge, I can sent NSData via bluetooth,,,
help needed here.....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
苹果的示例项目 GKTank 使用蓝牙进行连接,并使用 NSData 作为数据包。这是一个链接:
http://developer.apple.com/library/ios/ #samplecode/GKTank/Introduction/Intro.html
The sample project GKTank from apple uses bluetooth for connectivity and NSData as packets. Here's a link:
http://developer.apple.com/library/ios/#samplecode/GKTank/Introduction/Intro.html