문제

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