⚠️ Important — Please read !! ⚠️
This documentation is outdated and will be removed soon. Please check the new documentation at https://developers.teads.com for the most up-to-date information.
Note
Only available since v4.3.0
The Teads inApp SDK handles the battery monitoring.
To prevent Teads inApp SDK to automatically set UIDevice.current.isBatteryMonitoringEnabled you can choose to disable battery monitoring by Teads inApp SDK just call disableBatteryMonitoring in adSettings.
let teadsAdPlacementSettings = TeadsAdPlacementSettings{ settings in
settings.disableBatteryMonitoring()
}