Enable background tracking
By default, the Adtrace SDK will pause the sending of requests when the app is running in the background.
You can change this by calling the setSendInBackground method on your config instance:
- Objective-C
- Swift
- Javascript
[adtraceConfig setSendInBackground:YES];
adtraceConfig?.sendInBackground = true
adtraceConfig.setSendInBackground(true);