Questions about the iTunes SDK COM interface for interacting with the iTunes application.
Questions tagged [itunes-sdk]
83 questions
33
votes
6 answers
How to Change App name in iTunes Connect
Is there anyway to change the app name in iTunes connect.Previously we followed the the below procedure to change app name,
1. Log in to Itunes Connect
2. Click "Manage applications"
3. Click on your app
4. Click "View details"
5. Click on Edit (At…

maren iOS
- 486
- 1
- 5
- 14
22
votes
4 answers
Where is iTunes SDK/API documentation?
I downloaded a zipped archive from Apple that consists of a C++ header file and source. Included in this was a help file. For some reason this help file opens but I cannot read the content. Is there any other documentation outside of a help file for…

Nick
- 19,198
- 51
- 185
- 312
16
votes
6 answers
Check if iOS app is live in app store
Is it possible somehow to code like below in iOS app ?
if(app is live in app store)
{
//Do something
}
else
{
//Do other thing
}
I wanted to avoid cases where our QE/Dev team is using app for testing. Is there a way I can detect how app code…

msk
- 8,885
- 6
- 41
- 72
11
votes
1 answer
iTunes 11 scripting on Windows
Does anyone know of a way to programmatically inspect podcasts and create playlists via Python for iTunes 11 on Windows?
Prior to iTunes 11, one could script it on Windows from Python using the win32com.client package. While technically this is…

Mr Fooz
- 109,094
- 6
- 73
- 101
10
votes
3 answers
Using new iTunesLibrary Framework to access iTunes library on Mac OS-X
I've been looking at adding iTunes Library access to a Mac app I'm developing.
I looked at some of the existing open source implementations, such as EyeTunes and iMedia - but found them to not be quite what I was looking for. Overkill in general.
So…

sckor
- 457
- 4
- 13
8
votes
2 answers
Application crashed while importing songs from Ipod library in iPhone for iOs 5.0
Hello i am using below framworks,
#import
#import
#import
In one of button event i have implemented below code to open Library.
MPMediaPickerController…

Nilesh Kikani
- 2,628
- 21
- 37
6
votes
1 answer
ITunes SDK: Loading shared music
I've been messing with the iTunes SDK under .NET 3.5 with C#, but I have not found a way to load a shared music library from another computer on the network. Does anyone know how I can access shared music from the iTunes SDK? If this is not…
user83668
6
votes
0 answers
Why am I getting an error while trying to access iTunes library?
I need to access to user's iTunes library. I want to list all songs besides playlists and albums that a user has purchased from iTunes Store or add to his library from Apple Music or synchronized and loaded from its computer. I use MPMediaQuery to…

amone
- 3,712
- 10
- 36
- 53
6
votes
3 answers
Developing iTunes like application in c#
I need to develop an application in c# that could automatically detect an iPhone when it is connected to the system and read a particular file for the iPhone file system. I basically want this file to be downloaded automatically from device to the…

Rajat Saini
- 557
- 7
- 26
5
votes
1 answer
Is it possible to get the iTunes Store ID for an MPMediaItem?
Is there a way to get the iTunes Store ID for a song from an MPMediaItem?
I'm trying to pull the user's playlists, transfer those to another device, then play the songs using MPMusicPlayerController's setQueueWithStoreIDs. This would require mapping…

Jay Whitsitt
- 937
- 9
- 27
4
votes
1 answer
iTunes COM. How to get track's old location with c#?
iTunes has the old location (file path that no longer exist) of track with ! in front of them. I know this because if you right click on track with ! in front of it and select GetInfo (then choose no, don't locate it). Under Summary tab it has a…

pdd
- 43
- 4
4
votes
1 answer
Apple Music API - Create a Playlist
I have been exploring the Apple Music API to see what kind of functionality I can expect to be able to use in an iOS app. I have created a little test app that gains permission from the user and outputs the playlists I have (and songs) to…

scgough
- 5,099
- 3
- 30
- 48
4
votes
2 answers
Applescript to Swift Language (application control)
I wasn't sure what to call the title, but I'm working on an Applescript that pulls/pushes information from iTunes and save it. During the development of my Applescript I figured that if I'm going to learn a language, I'm going learn Swift as I want…

Throdne
- 619
- 2
- 9
- 27
4
votes
2 answers
How to combine entity type searches in apple itunes search api
In the itunes search api doc there is an example of searching for an artist called maroon and the url is like so:
https://itunes.apple.com/search?term=maroon&entity=allArtist&attribute=allArtistTerm
This returns over 50 results that start like…

abbood
- 23,101
- 16
- 132
- 246
3
votes
2 answers
Lookup song by ISRC in Apple Music/iTunes
I'm developing an iOS application which retrieves a song ISRC from an external source. I then need to use Apple's MusicKit SDK to get the song in Apple Music/iTunes, using the ISRC. Is it possible to do this? The Song resource type has the ISRC in…

Tom Oakley
- 6,065
- 11
- 44
- 73