importing to Music app's Library
hi all, i'm looking import files music library. same using alassetslibrary can import photos , videos photos library using: code: [library writeimagedatatosavedphotosalbum: filedata metadata:nil completionblock:^(nsurl *asseturl, nserror *error) { nslog(@"success writing image: %@", [asseturl path]); }]; //----- [library writevideoatpathtosavedphotosalbum: [nsurl urlwithstring: [zipoutputpath stringbyappendingstring: [nsstring stringwithformat: @"/%@", filename]]] completionblock:^(nsurl *asseturl, nserror *error) { nslog(@"success writing video: %@", [asseturl path]); }]; i import audio files app music library. in advance! nobody has idea? found statements it's not possible copy music iphone's library itself. why not? why can copy video's , images device's library then? whats going on here ...