Not able to receive GCM message in my device, even though the server got success message
问题 I got success message as response to web server (localhost) from gcm. But the message is not received by the devices. Please help. Below is the code which I used. Main Activity package vitpat.placement; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.List; import java.util.concurrent.atomic.AtomicInteger; import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; import org.apache.http.client