Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to implement Push Notification using GCM, Besically i am trying to send Notification to the GCM using my PHP server which will deliver it to my android application.

I have used code at androidhive!

The device is getting registered successfully but i am not receiving any notification at my device nor anything is visible at Google console.

I am not receiving any response from the link used https://android.googleapis.com/gcm/send or https://android.googleapis.com

Is there anything wrong in this approach?

Can anyone suggest me any authentic source for this?

share|improve this question
What response you get in your logcat while running the app on device??? – Neha.R Jan 9 at 9:03
@Syed....did you solved your issue?..I am also facing the same issue – deepak kumar Feb 27 at 7:08

1 Answer

up vote 2 down vote accepted

Realizing that some people are facing issues implementing GCM. I have decided to post solution.

The example on AndroidHive is working perfectly. Its just the matter of correct configuration.

Replace project ID in Android app. (You can get project ID from you google's console link i.e google.com/apis/console/#project:xxxxxxxxxxxx:access)

Replace Server API Key on PHP Server(config.php) Key for server apps (with IP locking). You can get your IP from WhatIsMyIP.

Key for browser apps (with referers) will not work.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.