I was wondering if it is possible to transfer data to GameKit so that the Android device can receive information. I plan on sending XML data (Plist, nothing complicated) if possible. I don’t need confirmation on the iOS device, I just want to send the information.
Theoretically, Android should be able to receive raw encoded bytes (or bits) and then decode them on Android, it becomes my problem, but I can not display information in GameKit until it has an "equal" to.
Can I send information from an iOS device to an Android device via bluetooth?
source
share