在 iPhone 上以编程方式打开蓝牙
我只是想知道是否可以在 iPhone 上以编程方式打开蓝牙?
I just want to know whether is it possible to switch on bluetooth programmatically on iPhone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
可以使用下面的代码来打开/关闭蓝牙,但由于它访问Apple的私有框架,您的应用程序可能会在应用程序商店推送中被拒绝
it is possible to switch on/off the Bluetooth by using the below lines of code , but since it access private frameworks of Apple, your App may reject in App store push
出于某种原因,大卫·希弗(David Schiefer)以两条评论回答了你的问题,所以我只是重复他所说的话:
For some reason David Schiefer answered your question as two comments, so I'm just gonna repeat what he said: