Will Apple reject Mac OS App which uses IOKit framework to read something like CPU temperature?
I found the online reference here http://developer.apple.com/library/mac/#documentation/Darwin/Reference/IOKit/index.html#//apple_ref/doc/uid/TP30000815, so it is safe to use these list headers, right?
Thanks in advance!
Your app will not be rejected because due to use of
IOKit.I actually have an app on the Mac App store that uses
IOKitand it was approved with no issues.