Thursday 15 April 2010

Intercepting push notification android c2dm from another application and using the notification in my app -


Hello, I have all the credentials on app 'A' push notification. I'm just thinking that app 'B' app Push notice of 'A' can also be accepted.

Thank you!

First of all, c2dm has now been downgraded for one year, you should not use it in new development , And you should migrate to Google Cloud Messaging if you already use the app.

In GCM, when you use the same credentials for the differnt application, you still get different registration IDs for the same device. Therefore, an app can not receive the information sent to any other app. You must send the information to the registration ID of the two applications from the server.

No comments:

Post a Comment