iPhone / desktop multiplayer?

I’m assuming this has been asked before, but couldn’t find it.

is it possible to create a multiplayer game where as players on a desktop machine running windows/OSX can play against players on iOS?

Cheers
John

Yes it is. I currently have a prototype running on both iOS and desktop and it works fine. I have however found some issues where certain RPC’s would not work on the iOS but would work on the desktop, and it had something to do with the amount of arguments in the RPC.

interesting, very interesting. I’ve got a some RPCs with a fair number of arguments. do you have an approximate number estimate on that?

Thanks a lot for your reply. this is great news…

With my tests I was getting an error on the iOS device with an RPC with 6 float arguments, with 5 float arguments there were no errors. I really need to retest this again as maybe it had something to do with my setup at the time, which has changed substantially since then.