Getting Battery Health Information on iOS

后端 未结 3 1043
天命终不由人
天命终不由人 2020-12-29 10:08

There are currently apps in the app-store (so it does not require jailbreak) that tell you :

  1. Exact percentage value of battery level you have on your iPhone

3条回答
  •  -上瘾入骨i
    2020-12-29 10:31

    It is likely that such apps use IOKit framework, which is public on OS X but private on iOS (it's not allowed by Apple to use private frameworks for App Store apps, although sometimes it can be overlooked during the review).

    You can see a sample project here.

提交回复
热议问题