Playing with DataSnap server I found something strange. A basic (TCP/IP, EchoString) DataSnap server for FMX do not let me add a non-Windows platform.

Playing with DataSnap server I found something strange. A basic (TCP/IP, EchoString) DataSnap server for FMX do not let me add a non-Windows platform.
So I've created a new FMX application and add the ServerContainer and ServerMethods units, it compile and work fine on OSX But for iOS and Android the compiler report that Datasnap is only for (Android, iOSDevice, Win32, OSX32, iOSSimulator, Win64)...ok and then ?! :D

Comments