Not showing information on google analytics site after implementing google analytics
I am implementing google analytics service to my app. I have read the documentation
http://devcenter.appery.io/tutorials/.... I have implemented the code which is in the doc. When I run my app into IPhone it alerts the message of GA initialized .Means it showing all alert succesfully. But when I go to google analytics site using my google login and shows dashboard then it does not showing anything.
Currently I am calling trackpage and trackevent method on button click using:
trackPage('Box');
trackEvent("Box", "Open", "times", 1);
And when I run my app into android phone then it does not any alert.It does not initialize google analytics plugin.
Can you suggest any idea?