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?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top