I'm using IOKit framework to check the battery health (not battery level), and I'm able to get the exact data as coconut battery app shows. Can someone let me know will App Store allow the app to publish if we use IOKit.
Asked
Active
Viewed 1,026 times
2
-
Have a look at this thread: https://forums.developer.apple.com/thread/51595 Not giving a final answer either, but might be interesting for you. – dr_barto Mar 13 '18 at 10:48
-
refer below link:- https://stackoverflow.com/questions/27475506/check-battery-level-ios-swift I hope it help you,Thanks – V D Purohit Mar 13 '18 at 12:47
-
Possible duplicate of [Check Battery Level iOS Swift](https://stackoverflow.com/questions/27475506/check-battery-level-ios-swift) – V D Purohit Mar 13 '18 at 12:49
-
@VDPurohit Thanks for your feedback, I don't need the battery level. I want to check the Battery Health state (which will give the wear level of battery). – Praveen B Mar 14 '18 at 10:59
-
@PraveenB Did you find any solution to find Batter health (not battery level) – Suresh Vutukuru May 23 '18 at 13:02