NSWorkspace vs NSTask to start iTunes from a sandboxed app

I'm trying to run iTunes from my ObjectiveC app that runs in a sandbox. Apple documentation mentions that 'child processes created with the NSTask class inherit the sandbox of the parent app'. The ...