Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top