Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to send Bluetooth data to Android from iOS?

I was wondering if it was possible to make GameKit broadcast data so that an Android device can get the information. I plan on sending XML data, (a Plist, nothing complex) if this is possible. I don't need any confirmation on the iOS device, I just want to send the information.

In theory, Android should be able to receive the raw encoded bytes (or bits) and then the decoding them on Android, becomes my problem, but I can't imaging GameKit broadcasting information until it has a "peer" to send to.

Is it possible to send information from an iOS device to an Android device through bluetooth?

like image 558
Moshe Avatar asked Nov 15 '22 05:11

Moshe


1 Answers

It is not possible, GameKit requires iOS devices or MFi complaint devices, so it will not even connect with a standard Android or any other device unless it is MFi complaint and thus will not be able to send any data to it.

like image 122
Dennis Mathews Avatar answered Dec 04 '22 05:12

Dennis Mathews