Search code examples
androidandroid-c2dmtitanium-mobile

how can i get push notification using C2DM in titanium android?


I i am developing an android application using appcelerator titanium. We can get push notification in native application in android using C2Dm. But i did not get a way to get push notification in titanium. Please provide me sample source code to get push notification in android using Titanium.

Thanks in advance.


Solution

  • You can use C2DM by adding java C2DM module. Get the GitHub code from here.

    I have not tried this, by this is mention in Titanium website forum.

    This discussion may also useful for use.