my app Cocoa app for OS X was rejected by Apple. This is what they said:
2.23 The app spawns a process that continues running after the user quits the app, without first obtaining user consent.
The spawned process is /Applications/MyApp.app/Contents/MacOS/MyApp -psn_0_10148269.
(I changed the app name)
I have no idea how to find out what this strange process is. What's the best approach to find that out? Maybe using Instruments ? Is there a way to figure out what psn_0_10148269 means?
Some parts of my app use (many) NSTask objects. Could that process be a not terminated NSTask object?