2

I want to know if there is any way I can get the percentage of battery usage for each app used by the user in iOS using Swift 2. It is like in Settings > Battery and there will be a battery usage group. Please help

Palash Sharma
  • 662
  • 1
  • 10
  • 18

1 Answers1

0

No, there is no simple "show me a battery usage breakdown by app" option. It is quite complex to figure out what factors lead to battery drain.

Duncan C
  • 128,072
  • 22
  • 173
  • 272
  • In iOS9, this information is available. See http://ios.wonderhowto.com/how-to/view-battery-usage-stats-for-individual-apps-your-iphone-ios-8-0155302/ What I'm wondering is how to access that data through another app. Is that accessible? – SteveLambert Oct 19 '16 at 18:26