batteryLevel
The battery charge level for the device.
@property (nonatomic, readonly) float batteryLevel
Discussion
Battery level ranges from 0.0 (fully discharged) to 1.0 (100% charged). Before accessing this property, ensure that battery monitoring is enabled.
If battery monitoring is not enabled, battery state is UIDeviceBatteryStateUnknown and the value of this property is –1.0.
Availability
Available in iOS 3.0 and later.
See Also
@property batteryState
@property batteryMonitoringEnabled
Declared In
UIDevice.h
Из UIDevice Reference Reference
Затем вы можете добавить в свое приложение список, куда вы поместите всю емкость батареи для каждого устройства, прочитайте модель устройства и с учетом процентабатареи и полной емкости вы можете получить фактическое значение в мАч.