Search code examples
androidgoogle-analyticsflurry

Disable Google Analytics or Flurry reporting on 3G in Android application


We need to implement a statistic service in our Android application and we don't want it to take user's 3G traffic. Is there is a way to set up Google Analytics or Flurry reporting to let it send reports only when phone is connected via Wi-fi?

If they don't allow to set it up, which statistic service would you suggest?


Solution

  • Unfortunately it's impossible. Guys from Flurry told me that Flurry SDK will start sending data once a call is make to onStart() regardless of connection type. But the amount of data sending it not very large and shouldn't cause a huge spike in data usage