You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the initial flush on close, the Amplitude SDK should not make additional background requests.
Current Behavior
Background network requests are made every 30 seconds, depending on the device, for one minute to nine minutes. Even with flushEventsOnClose set as false and flushMaxRetries set as zero.
Possible Solution
The issue appears to lie in amplitudeScope, AndroidLifecyclePlugin should cancel all children scopes and then restart all the children scopes when the app returns to the foreground
Steps to Reproduce
Implement the Amplitude SDK in an Android app
With the app running open the App Inspection tab in Android Studio