I want to obtain the precise temperature of the CPU core of the iPhone. What should I do?
The iOS SDK has no APIs for getting precise CPU core temperatures.
If your goal is to adjust your app’s behaviour based on the thermal state, there are APIs to help with that. The general-purpose API is ProcessInfo.thermalState (see here), but there may be more specific APIs provided by the subsystem you’re working with.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"