Count.ly SDK for Titanium Android
View the Project on GitHub shivakumars/Titanium-Android-Count.ly
Count.ly SDK for Titanium Android
Please note that this Module is under development.
<service android:name="org.openudid.OpenUDID_service">
<intent-filter>
<action android:name="org.openudid.GETUDID" />
</intent-filter>
</service>
var countly = require("ly.count");
Ti.API.info("module is => " + countly);
if (Ti.Platform.name == "android") {
countly.countInit("http://YOURSERVER","API_KEY");
}
Additionally, make sure that INTERNET permission is set if there's none in your manifest file.