Hi
How can i know , is my application using windowserver ?
My application is using IOkit and runloop concept.
I put it in startupitems. it execute successfully on 10.4 but on 10.5
following thing happen
->warning - 3891612 , untrusted application are not allow to connect
windowserver before login
->it throws an exception while using IOKit APIs
->somethimes it crash if device is attached.
do i have to sign the code ? or problem may be something different ?
p2