Skip to main content

Background tracking

The default behavior of the Adtrace SDK is to pause sending network requests while the app is in the background. You can change this in your config instance:

adtraceConfig.setSendInBackground(true);