I noticed I cannot create a TCP socket object using the Titanium.Network.createTCPSocket method on android platform (always returns null, on all versions of the android sdk).
With a little detailed investigation I found out the following exception at startup is the most common cause:
Caused by: java.lang.ClassNotFoundException: ti.modules.titanium.network.TCPSocketProxy
Has anyone experienced the same problem, or am I the only one trying to use TCP sockets on android?
1 Answer
Accepted Answer
It's not currently implemented on Android.
Your Answer
Think you can help? Login to answer this question!