0
votes
2answers
19 views
iPhone play a specific playlist/iMix
I want to play a specific playlist (that was constructed as an iMix) from my program, as long as it exists. I am able to use [[MPMediaQuery albumsQuery] addFilterPredicate:[MPMediaPropertyPredicate …
0
votes
2answers
42 views
How to programatically detect earpiece in iphone?
I'm currently working on a project that involves playing music from the iphone music library within the app inside. I'm using MPMediaPickerController to allow the user to select their music and play …
0
votes
2answers
28 views
Predicting performance for an iPhone/iPod Touch App
I don't have an iPhone Developer Program Account yet and will be getting one in the next couple of days. Can instruments be used with the simulator to give a rough estimate on how well my app may …
1
vote
4answers
88 views
i’m getting “EXC_BAD_ACCESS”
Hi all, I'm getting error as below
Program received signal:
“EXC_BAD_ACCESS”. warning:
check_safe_call: could not restore
current frame
warning: Unable to restore previously selected …
0
votes
1answer
69 views
What’s needed to use the Apple Accessory Protocol?
I'm in the process of planning out a personal project that will be a media player and one of the things I would like to do is be able to dock my iPod touch (or any iPod or iPhone) and control it and …
0
votes
1answer
24 views
about WifiManager.bundle
hi expert, what will be the result of the
libHandle = dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", RTLD_LAZY);
i'm using this for getting wifi info on ipod os …
2
votes
2answers
160 views
How to play a song from the itunes library in iphone
Hi i need to play a song from the itunes library. I had gone through the Apples ipod Library Access Guide and got the code.
MPMediaQuery *everything = [[MPMediaQuery alloc] init];
NSLog(@"Logging …
0
votes
1answer
75 views
iPod Development Under Linux
Hello,
I was thinking in start to develop iPod applications, the thing is that I use Linux(Ubuntu Hardy) and I don't know if I can develop on it, then I'm here asking for some resources and tutorials …
0
votes
1answer
66 views
iPhone SDK - check iPod playlist to see whether there is a next track to skip to
Is there a way to inspect the current playlist from MPMusicPlayerController to see whether there is another track to play in the queue?
It's possible to detect this after as skipToNextItem will stop …
0
votes
0answers
21 views
itunes and applications/ game - simultaneously [closed]
hi,
i want to run ipod music and applications/games simultaneously.
is it possible to run two different types, i.e ipod music and applications/ games.
can we play ipod music underneath game play?
…
0
votes
0answers
208 views
IPod/IPhone equalizer in my app
Hi! I need to connect ipod/ipohone eq to my app. Even to load ipods eq from my app to change values. I'm trying to use audiounit to call eq but nothing happens. Anyone know what to do?
Thanks.
4
votes
3answers
159 views
Is there an iPod SDK?
Is it possible to write applications for the iPod and iPod Nano platforms, i.e. not iPhone / iPod Touch?
Some iPod 'Click Wheel' games are available on iTunes, but I can't find any developer …
0
votes
0answers
60 views
How to make Itunes download all podcast episodes irrespective of listened/not [closed]
I am a big ipod user (especially podcasts). I have used ipod touch, ipod classic and ipod nano. I noticed that Itunes stops downloading podcasts that you no longer listen to and stops downloading …
0
votes
0answers
35 views
Need an explanation on iTunes COM persistent ID. Is the ID for a track same when its transferred to an iPod?
I am writing a JScript script with iTunes COM api for updating ratings and played count from the iPod database back into iTunes Library. In order to do so, the script should be able to recognize the …
1
vote
1answer
74 views
iPod controls will exit my application
I would like to allow controlling the iPod on top of my application when the user double taps the home button. I know there are a few apps out there that allow this. Unfortunately my app just quits.
…
