Hello Friends, Please find below error messages we are getting this when we tried to send GCM push notifications from our mobile application. We are developing android mobile applications using ADT Bundle. Please do the needful ASAP.
Curl failed: Couldn’t resolve host ‘android.googleapis.com”.
Thanks Kiran.
@kiran_lintech
Hi Kiran are you sure is it android.googleapis.com because it is a DNS issue and try
# nslookup android.googleapis.com
#dig A android.googleapis.com
and also once check resolvers config file /etc/resolve.conf and add you dns server ip in resolve.conf
Thank you very much Raghu will check it out and let you know