Reputation: 8383
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 (i.e any other OS, for now i am using Nokia mobile to that). 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. I don't know what to do next.
I am using private framework BluetoothManager. Please help me as I am not able to get any documentation on BluetoothManager.framework.
I don't know how to use methods in BluetoothManager.h.
A link to any documentation would be a great help.
Upvotes: 0
Views: 1531
Reputation: 6975
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. 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.
Upvotes: 1