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?