如何在目标c中获取蓝牙范围内设备的通知?
我正在开发一个应用程序,我需要在蓝牙范围内显示设备的通知。我上网冲浪了很多,也在堆栈溢出中进行了搜索,但大多数问题都没有得到解答或使用和平主义者的解决方案,这对我来说是完全不可能的,因为我无法下载旧版本的 xcode,它在我的组织中是不允许的。
那么任何人都可以帮助我提供某种示例代码或我可以在我的应用程序中使用并进一步继续的东西吗?
谢谢你。
-莎拉。
I am working on one application where i need to display notification for the devices in the bluetooth range. I surfed a lot also searched in the stack overflow,but got most of the questions unanswered or the solution to use pacifist,which is quite impossible for me,as i cant download old version of xcode,its not allowed in my organization.
So can anybody help me out with some sort of example code or something that i can use in my application and proceed further?
Thanking you.
-Sarah.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是针对 Mac 的还是针对 iOS 的?如果是后者,我很遗憾地报告说,在研究了它之后,没有应用程序商店安全的方式来访问蓝牙堆栈。除了通过 Gamekit 之外,无法检测附近的设备,而 Gamekit 的功能非常有限。
[编辑:请注意,这是旧信息,现在可以获得更多信息。]
Is this for the Mac or for iOS? If it's the latter, I'm sorry to report that after having researched the heck out of it, there's no App-Store-safe way to access the Bluetooth stack. That leaves no way to detect nearby devices except through Gamekit, which is very limited.
[Edit: note that this is old information, and that much more is available now.]
尝试使用 Bonjour 在设备之间进行零配置网络/检测。它会在蓝牙和 WiFi 之间无声切换,但仍然可以满足您的需求。
Try Bonjour for zero-configuration networking/detection between devices. It silently switches between Bluetooth and WiFi but it may still suit your needs.