Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone Temperature Sensor

My question is very similar to this one: iPhone Proximity Sensor. There's clearly some manner of thermometer within the iPhone that's readable by the OS. Has anyone uncovered the super-secret undocumented APIs to read this sensor?

like image 414
Kevin L. Avatar asked Jul 03 '09 00:07

Kevin L.


2 Answers

I doubt this sensor is for ambient temperature - rather I suspect it is for overheating of the circuits. If that is all you want then great, but again, I think it would be useless for ambient temperature.

just my opinion.

like image 200
Tim Avatar answered Sep 28 '22 00:09

Tim


All i could find was CTGetTemperature in CoreTelephony of all places.

like image 37
valexa Avatar answered Sep 28 '22 02:09

valexa