6

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!

zs2020
  • 53,766
  • 29
  • 154
  • 219

2 Answers2

7

Your app will not be rejected because due to use of IOKit. I actually have an app on the Mac App store that uses IOKit and it was approved with no issues.

spudwaffle
  • 2,905
  • 1
  • 22
  • 29
  • Also, if I remember correctly, the Mac App Store sample authorization code uses IOKit, does it not? I know NPReceiptVerification (commonly used) uses it. – jstm88 Aug 10 '11 at 19:06
3

The app will not be rejected because you use a valid Framework provided by Apple ;)

I found an App Store Pre-Submission Test for you.

Justin
  • 2,960
  • 2
  • 34
  • 48