0

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.

Vivek Kumar Srivastava
  • 2,158
  • 1
  • 16
  • 23
Raghu Mudem
  • 6,793
  • 13
  • 48
  • 69

1 Answers1

0

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.

Vivek Kumar Srivastava
  • 2,158
  • 1
  • 16
  • 23
  • Thank you for your response. I am not getting imported this project into my titanium framework. How can i import and compile and get result. Please provide me any steps explanation about this project. And suggest me is there any other ways to get push notifications like Urban Airship. thanks in advance. – Raghu Mudem May 31 '12 at 11:39
  • I am not tried this myself...But I guess related project is Ant build. – Vivek Kumar Srivastava May 31 '12 at 11:45
  • Ok. Can we use this ant build in our project to get push notifications – Raghu Mudem May 31 '12 at 12:13
  • maybe..if you are still unable to build project then create new project and copy all files into them. – Vivek Kumar Srivastava May 31 '12 at 13:09
  • I am not getting what is the modules and ant tools in that git hub application. I tried to impost it from git hub and failed to run. And i created separate project any tried to execute but did not get success. – Raghu Mudem Jun 01 '12 at 10:26