Question says it all. All the examples I can find are for server<-->android
.
I'm looking for Javascript-->android
Asked
Active
Viewed 70 times
0

pinoyyid
- 21,499
- 14
- 64
- 115
1 Answers
0
Paid version, try PubNub (Push to Android Example) or Pusher API tools.
For open source solution, you might try PushSharp
Note the real trick is obtaining the RegID from your device. See the answers in this posting to understand better what is going on...
-
Thanks. I ended up writing a GCM proxy hosted on AppEngine. – pinoyyid Mar 09 '15 at 17:25