简体   繁体   English

如何通过蓝牙与iOS以外的设备进行交互

[英]How to interact via Bluetooth to devices other than iOS

I am struggling with this problem for last 2 days.What I need to do is that i need to transfer data between iPhone and Windows (ie any other OS, for now i am using Nokia mobile to that). 最近两天我一直在为此问题苦苦挣扎。我需要做的是我需要在iPhone和Windows(即其他任何操作系统,现在我正在使用诺基亚移动电话)之间传输数据。 I have gone through this link . 我已经通过这个链接 Also I had success in that... 我在那方面也取得了成功...

I am able to discover my iPhone in my Nokia device, and when I click "ADD" in Nokia a 6 digit number is sent to iPhone, and here problem starts. 我可以在诺基亚设备中找到我的iPhone,然后在诺基亚中单击“添加”时,会向iPhone发送一个6位数的号码,然后问题就开始了。 I don't know what to do next. 我不知道下一步该怎么做。

I am using private framework BluetoothManager. 我正在使用私有框架BluetoothManager。 Please help me as I am not able to get any documentation on BluetoothManager.framework. 请帮助我,因为我无法在BluetoothManager.framework上获取任何文档。

I don't know how to use methods in BluetoothManager.h. 我不知道如何使用BluetoothManager.h中的方法。

A link to any documentation would be a great help. 链接到任何文档将对您有很大的帮助。

For data transfer using your application between iPhone and another phone , you will have to go over SPP profile , in iPhone this is not available to everyone. 要在iPhone和另一部手机之间使用您的应用程序进行数据传输,您将需要查看SPP配置文件,在iPhone中并非所有人都可以使用。 You will have to get access to the Apple MFi program to get access to it and it also requires adding an Apple Authentication chip on the device you are trying to connect with. 您将必须访问Apple MFi程序才能访问它,并且还需要在要连接的设备上添加Apple Authentication芯片。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM