Are you sure you weren't watching the outdated tutorials on Youtube? I
haven't really made any updated ones for v2.0. Actually, now that I
think about it, there are two newer ones. THere aren't a bunch of
tutorials out there, just enough to get people to understand how to
use the RemoteCall method.
On May 25, 8:30 am, Martin Spenceley <
martinw...@gmail.com> wrote:
> Hi there,
>
> I've been looking at this SmartSocket code. It looks just like the thing
> I've been looking for. I'm thinking of creating a SmartSocket client for
> iOS/Objective C. Problem is I've found the tutorial discusses methods which
> are not present in the in the v2.0 source code or JavaDocs. e.g.
> addDataListener and addEventListener.
>
> There could be more (Event enum?). I'm downloading directly
> fromhttps://
github.com/XaeroDegreaz/SmartSocket/downloads. Should I be
> downloading from elsewhere?
>
> Martin