Open rajsshah opened 8 years ago
Hi @rajsshah, I'm sorry to see you're having trouble building our example application. I believe the require('com.pusher')
line refers to the module defined here: https://github.com/pusher/titanium_pusher_android/blob/ba251943019eca72832578a9c3d5cc8beb425717/src/com/pusher/PusherModule.java#L28
To make this accessible, you will need to build the module. We have some instructions in our README, and I made some further notes in this issue: https://github.com/pusher/titanium_pusher_android/issues/5
However, this client library is admittedly old, and it is unclear how to build it with the latest versions of Appcelerator, Android, etc.
Hello there, I want to integrate pusher services to reduce server load from web App to my Titanium Mobile App (cross platform based for IOS and Android). We did pusher integration with our live web app for checking few notifications and it worked well. and also want to do same for Mobile App
There were examples provided for each android and IOS as below links :
https://github.com/pusher/titanium_pusher_ios/tree/master/example https://github.com/pusher/titanium_pusher_android/blob/master/example/app.js
I have some questions : What is included by this line initially at top line ? : " var Pusher = require('com.pusher'); " Is there any specific module or any library provided for integration in titanium mobile App development ? If yes then How we can get if from ? Any requirement for purchase any library or module for titanium mobile App ? Is there any free demo test functionality for mobile App to integrate pusher services with Web App ??