I am trying to use google analytics for android app. I opened app couple times on emulator through eclipse. Than i also made an apk and opened it on my cell phone. But still when i go to google analytics it shows 0 visits? My question is how long does it take for google analytics to show the visits? Is there any way to test or check if my code has been installed in app correctly?
Share
Make sure you have the correct permissions:
You can debug if it’s working by checking network traffic to see if it’s calling out to Google. While Mr. Zurg is correct that data may take a while to appear in Analytics, with the advent of Real Time, you should be able to watch that screen and see hits come in almost instantly to help you debug this.