Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Will Apple reject Mac OS App which uses IOKit framework?

Tags:

cocoa

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!

like image 904
zs2020 Avatar asked Aug 10 '11 18:08

zs2020


1 Answers

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.

like image 147
spudwaffle Avatar answered Sep 18 '22 13:09

spudwaffle