So, I'm a relatively new iOS developer, but thanks to Stackoverflow, I was able to get peer-to-peer data transfer for my application running without a server using gamekit / GKSessions. In principle, one iOS device acts as a server, while others simply connect to it to receive specific application data.
Now the application is porting to Android, and I was wondering if there is a way to get the Android device to connect to the iOS application and behave just like the ios application does. Android developers have proposed alljoyn to be the best solution for Android, but it seems that it is not yet available for iOS.
Please suggest if you have ideas on this front. If there is a solution that involves recycling on the iOS side, then I'm open to it!
source
share