Question

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?

Était-ce utile?

La 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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top