At the moment, I determine the start time of charging, the percentage of the start of charging and, based on these data, I try to calculate the time until the end of charging. However, the problem is that the values that come from UIDevice.current.batteryLevel don't quite match. Since their accuracy is .00 and this way I can only get data from 1% change.
Question Is there any other way to determine the time until the end of charging, or a way to increase the accuracy of reading the charge level?
Thanks in advance for your help.