Can't search music using iTunes Scripting Bridge and Sandboxing
问题 I am using iTunes Scripting Bridge to search through the user's music in iTunes. Unfortunately, when I have App Sandbox enabled and use the following method from iTunes.h: (iTunesTrack *) searchFor:(NSString *)for_ only:(iTunesESrA)only; It only returns nil. But if I disable App Sandboxing, it works perfectly fine. I can't seem to figure out what entitlements I need to include in my entitlement file to have this working correctly. Any ideas? My code: SBElementArray *iTunesSources = [self