omorandi / tiws

a very simple Titanium module (iOS / Android) for creating native websockets
131 stars 63 forks source link

Does this module work with Android? #37

Closed pieman64 closed 7 years ago

pieman64 commented 7 years ago

Does anyone have this module working with Android and the latest version of Titanium?

I have spent hours trying to get it to work but no joy.

If you are running this module with Titanium could you please advise how you added the module and any other tweaks you made, thanks.

pieman64 commented 7 years ago

A bit of progress here. I noticed in the IDE that it states the net.iamyellow.tiws is not compatible with Titanium SDK 6.0.0 GA. The module states it needs a minimum SDK of 3.5.1 GA. Having installed 3.5.1 the error message has disappeared. It also looks to be OK with 5.5.1 which is the last version before 6.0.0. I don't know if my existing project requires any features from 6.0.0 (certainly doesn't need any features from 6.0.1).

@omorandi do you know what the changes were between 5.5.1 and 6.0.0 that broke the module and how we go about making it work again?

pieman64 commented 7 years ago

@omorandi I found your updated zip file of the Module for 6.0.0+ at https://github.com/omorandi/tiws/blob/a9300d47c25433cf144ea62a2e033e4c96b0a48d/android/dist/net.iamyellow.tiws-android-2.0.0.zip Closing this issue now.