iPhone 蓝牙发现
我正在开发一个使用蓝牙的 iPhone 应用程序。
我需要做两件事。
- 如果蓝牙被禁用,则启用蓝牙。
- 让手机可被发现。
我可以使用代码完成这两件事吗?
I am developing an iphone application that uses bluetouth.
I need to do 2 things.
- Enable bluetouth if its disabled.
- Make the phone discoverable.
Can I do both things using code?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有。您无法使用 SDK 访问蓝牙。由于安全问题,Apple 不允许这样做。
所以,是的,您可以尝试使用 Wifi 来实现您的想法。
Nope. You cannot access the bluetooth using the SDK. Apple does not allow this because of security issues.
So yes, you can try using Wifi to implement your idea then.