UDP components only work on Windows, and there are no plans to make UDP components for non-Windows platforms.
From the RAW component set, only TRtcTcpClient and TRtcTcpServer components work on non-Windows platforms, but if you want to use them on iOS or MacOSX, you will need to call the "NeedMoreData" method to signal the components when they should wait for input, so it's not as easy as on Windows.
Best Regards,
Danijel Tkalcec
It's a pity you don't have plans to port UDP raw components to iOS. There exists other alternatives in Objetive C (see
https://github.com/robbiehanson/CocoaAsyncSocket).
It would have been easier for me to use your components instead.
Best regards