Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个应用程序,它可以通过蓝牙在 iOS 和 android 设备之间发送信息,该应用程序不会在应用程序商店上提交,所以考虑到所有选项,我发现 Apple 没有提供任何此类 api,但是使用 BluetoothManager 框架我是能够扫描其他设备并启动连接,但由于头文件中没有声明任何用于发送或接收数据的方法,因此无法进一步,我确实看到了“BTSessionImpl”结构,但不知道如何使用它!
如果我在正确的轨道上或者我需要考虑任何其他选择,请指导我。
任何帮助是极大的赞赏!
您无法在 iOS 上通过蓝牙连接到任何其他类型的设备,例如 Android。