Skip to content Skip to sidebar Skip to footer

C2dm And Titanium Appcelerator Integration

I am using Titanium Appcelerator in order to implement C2DM on Android. After looking at many answers in their forums and in Stackoverflow, I found a guide that walked me through c

Solution 1:

this worked for me:

change in your tiapp.xml and timodule.xml

<serviceandroid:name=".C2DMReceiver"/>

to

<serviceandroid:name="com.findlaw.c2dm.C2DMReceiver"/>

Post a Comment for "C2dm And Titanium Appcelerator Integration"