Transactions keep accumulating in buffer (Google Analytics SDK for Android) [closed]
I'm trying to track downloads and sales of my app with Google Analytics. When my app receives an INSTALL_REFERRER broadcast, it creates a transaction and posts it to GA. However even after a successful dispatch, the transactions still accumulate in the buffer, and are re-sent the next time too (I see this in the debug output of the GA Android SDK). I am not seeing any new transactions in my GA reports. I'm sure the SDK is reaching the GA servers because there is no network error (if I disable the network I get an exception). Here is my code: // Send this transaction to Google Analytics