I want to implement push notifications in my android app. Please suggest an efficient and effective way to do this. Previously it was done using C2DM but google deprecated it with a new platform Google Cloud Messaging ( I hope you all know ). But I'm unable to find a titanium module for this.
3 Answers
Actually, you can use your existing C2DM code... in the app code, just change the account info from the email address to the project ID.
http://developer.android.com/guide/google/gcm/c2dm.html#migrating
Also, I noticed a GCM module in the marketplace today.
i have found this module on github, i install it but didnt try it yet Google-Cloud-Messaging--Titanium-
Hi all, there's a new GCM module in the Marketplace called uPush for Android push messages, got it working with my project today in about 10 minutes, saved me so much time.
Your Answer
Think you can help? Login to answer this question!