I am developing an application. In that application i am using the GCM (Push Notification).
I took help of this Link 1.
and i successfully implemented the client side code.
Now to send notification i am using the following link as :
But the issue is that i am ale to get the notification, but when i click on that nothing happens.
What should i do, so that if user click on notification web page or update page etc opens.
I used the same code as given in that link. No changes done so far now.
I am in middle of my app. So please guide me and give your valuable suggestions.
this function is call in your main activity.
public class GCMIntentService extends GCMBaseIntentService {
//json parser class
i hope it is useful for you... if you any query then tell me.this code suceessfully work in my app.