Recently I bought Android app from Market Source code, and I decide to add Google Analytics SDK to the app, and I configure the analytics.xml and also my Application Activity.Java.
But when I’m trying to use app at the same I check my Google Analytics account "No data".
Just to be clear, The app that I bought there's no onStart()
or onStop()
. I decide to replace the Analytics code EasyTracker.getInstance(this).activityStart(this);
in onDestroy()
/ onResume()
.
But no single data.
I tried creating onStart()
, onStop()
... and the same problem, I can't figure out why.
PS: the Google Analytics SDK library is added into my app.