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
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- SwiftUI: UIImage (QRCode) does not load after call
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- Using if let syntax in switch statement
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- xcode 4 garbage collection removed?
- Xcode: Is there a way to change line spacing (UI L
- Unable to process app at this time due to a genera
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.