我想在 iPhone 中使用蓝牙发送数据,该怎么办?

发布于 2024-10-22 02:12:13 字数 158 浏览 0 评论 0原文

我已在数据库中保存了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忘东忘西忘不掉你 2024-10-29 02:12:13

苹果的示例项目 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文