I am trying to get the push notification on android appcenter client(apk) for every update from app-center console, I have configured everything as per docs (http://pic.dhe.ibm.com/infocenter/wrklight/v6r1m0/index.jsp?topic=%2Fcom.ibm.worklight.appadmin.doc%2Fappcenter%2Ft_ac_gcm_connect.html). When i see the logs there is no any error but it says
[4/23/14 1:43:50:447 PDT] 0000002e AppCenterServletContextListener I The list of messages to be pushed has been cleaned up.
for every 10 second. but am not getting any notification on my device. my liberty server.xml configs are jndiName="ibm.appcenter.gcm.signature.googleapikey" value="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" jndiName="ibm.appcenter.push.schedule.period.amount" value="10" jndiName="ibm.appcenter.push.schedule.period.unit" value="seconds"
please tell me where is the mistake.