查看 iPod/iPhone 上是否启用了蓝牙
我正在编写一个应用程序,它会自动查找运行相同应用程序的对等点,因此我需要蓝牙设备。 但由于应用程序限制,我不允许使用私有框架来启用或激活蓝牙设备。 如果不可能找到同行,我宁愿避免毫无意义地寻找他们。
有什么办法可以查明它是否已经激活,这样我至少可以抛出一条错误消息?
I'm writing an app, that automatically finds peers running the same app, so I need the Bluetooth-device.
But because of app-restrictions I'm not allowed to use the private framework to enable, or activate the Bluetooth-device.
I'd rather avoid a pointless searching for peers if there's no possibility of finding them.
Is there any way to find out, whether it is already activated, so I could at least throw an error message?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否查看过Game Kit 框架参考?
据苹果公司称:
Have you checked out the Game Kit Framework reference?
According to Apple: