Objective-C launch iTunes in background -


I want to launch iTunes, but I do not want to show the launch, at this time I have navigated this code to the location Assigned to iTunes and creates the iTunes key window, so I want to launch it in the background.

  [[NSWorkspace sharedWorkspace] launchApplication: @ "iTunes"];   

Can anyone help? Thank you.

Use -ApplicationAudioOther URL: Option: Configuration: Error: To launch it, and include NSWorkspaceLaunchAndHide in it Options

Comments