I am trying to get google maps in my chat application (like whatsapp) on click of the location icon. But it shows only a light grey screen along with a google tag at bottom. In logcat i can see two errors 1) Google appid failed with status 10. 2) Authentication failed on the server. My application already has one GCM key. I don't think there is any error in generating the googlemap key because google map is visible in another application where i followed same step as of my this application. Please give me some solutions as i am struggling with problem for a week.
Am i required to generate key with some different approach when using both GCM and google maps?? Is this possible that keys are conflicting right now?? Please help me