Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Apple 最近在“设置”应用中创建了新的电池信息和使用信息。是否可以以编程方式访问此信息以在我自己的应用程序中使用?
抱歉不行。UIDevice 仍然有一个isBatteryMonitoringEnabled打开电池监控的开关,它允许您从batteryLevel和batteryState访问器中获取值并监听相应的更改通知。但是,您无法查看其他应用程序消耗的电池比例。请参阅文档。
isBatteryMonitoringEnabled
batteryLevel
batteryState