Tagged Questions
iPod is a media players product designed and marketed by Apple. Currently the hard drive-based iPod Classic, the touchscreen iPod Touch, the compact iPod Nano, and the ultra-compact iPod Shuffle are available. iPod can be used for playing music/games. They can be used to store files and transfer files too.
31
votes
1answer
7k views
Error while launching the application on device
I am getting this error while launching the application on device:
Error launching remote program: No such file or directory ...
13
votes
3answers
480 views
MPMediaItem and iTunes Match
I have an app that uses the iPod Library API to access the song database in iOS. With the release of iTunes Match, any song which is not on the device will fail to load. Is there a way I an request ...
11
votes
5answers
6k views
iPod touch for iPhone development
I am thinking about buying an iPod touch to make some money on developing apps for the iPhone. I like the concept of the App Store and had a quick look at it with iTunes.
Looks like applications are ...
9
votes
1answer
254 views
Control iPod from another app?
I took a look at Apple's AddMusic sample code, but that's not quite what I want. I'm trying to find a way to start/stop music playing in the iPod app, not controlling what's contained in my app's ...
9
votes
2answers
2k views
Drawing waveform with AVAssetReader
I reading song from iPod library using assetUrl (in code it named audioUrl)
I can play it many ways, I can cut it, I can make some precessing with this but...
I really don't understand what I gonna do ...
8
votes
4answers
224 views
What is the advantage of using Reachability
What is the advantage of the using Reachability over the code below? I feel that Reachability has a huge amount of code, but if it's better in any way, then I'd use that instead.
NSString ...
7
votes
1answer
611 views
How do I make my application available on the App Store only for iPhone 3G S or faster devices?
I have an app that runs slowly on an iPhone 3G but is fast enough on an iPhone 3G S.
Is there a way to limit the app to be available only for iPhone 3G S and faster devices? I would like to avoid ...
7
votes
3answers
1k 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 ...
7
votes
10answers
3k views
iPod Touch compared to iPhone as development platform for iPhone apps
Essentially I'd like to know just how compatible are the iPhone and the iPod Touch. I would like to know if I could buy an iPod Touch (and thus save some cash) and develop iPhone apps on it or if I ...
6
votes
3answers
621 views
iPod Volume Level Affects App Volume Level
I am writing an iPad app that uses the "Flite" text-to-speech engine to announce specific events. The Flite engine uses an AVAudioPlayer instance to play the speech audio once it renders. For fun, I ...
6
votes
1answer
248 views
Programmatically interact with attached iOS/iPods in OSX 10.6
I am trying to develop a simple menu bar application that would let me visualize the charging status of my attached iPhone/iPad without having to launch iTunes. After a long search, I am unable to ...
6
votes
2answers
773 views
Load songs from iPod Library right after sync
I'm developing an iPhone application that uses the iPod library to play some songs. I load the songs with the code below. The problem is, when running this code right after the device has been synced ...
6
votes
4answers
3k 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 ...
6
votes
5answers
6k views
Newbie wants to create a PDF reader for ipod touch - what's the best approach?
I want to make a small app that displays a PDF, presenting zoom-able single pages with a previous-next page function.
5
votes
3answers
81 views
Do I have any hope of messing around with creating an app for my new iPod touch without buying a Mac?
I'd really rather not buy a Mac just to do this. I know there have been efforts to make it possible, but it's hard to tell which, if any, are worth my time.
Thanks!
5
votes
2answers
1k views
Background Audio and Remote Control Support using MPMusicPlayerController on iOS 4. Is this even possible?
I've spent two days on this and have gotten nowhere. I'm trying to use [MPMusicPlayerController applicationMusicPlayer] to play audio chosen from the user's iPod library and have it run in the ...
4
votes
1answer
70 views
What happens if I upload a new version of my application on App Store, that is only ARMv7?
I have a "Ready for sale" application on iTunes connect that is a universal app for iPhone and iPad.
My application is suitable also for ARMv6 devices such as ipod touch 1g/2g and old iPhone.
If i ...
4
votes
1answer
183 views
How can I change the base SDK on xcode 4.2?
I want to change the base SDK on xcode 4.2, how can I do this?
4
votes
5answers
234 views
iOS games development
I have just finished studying C with some website, and I covered most of the basic-intermediate things.
Now I want to develop iPod\iPad apps, using Objective-C as I understood it's the best option.
...
4
votes
1answer
3k views
iPhone / iPad / iPod swipe events javascript
Im looking for (if possible) javascript libraries/plugins to provide swipe events.
However I am not after the simple detection of a swipe, for example what jqTouch provides. I wish to create behavior ...
4
votes
1answer
614 views
iOS4 SDK and iPad and @2x images
If I provide an image in both the standard size and now a new one with @2x for iPhone 4, which one with the iPad use? If the user chooses the 2X feature to run the iPhone app in full screen on the ...
4
votes
3answers
3k views
How to enable iPod controls in the background to control non-iPod music in iOS 4?
A good example of what I'm trying to accomplish is implemented in the latest version of the Spotify iPhone application for (Pandora seems to have the same feature) .
When Spotify is in the ...
4
votes
5answers
3k views
4
votes
2answers
1k views
On iPhone: Find out what song is currently playing? (in the iPod music player)
Apple released access to the iPod Library in the iPhone SDK 3.0 and I'm wondering if it's now possible to understand which song is currently playing? Title, Artist, Album suffices. Example: User opens ...
4
votes
3answers
3k 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 ...
3
votes
2answers
61 views
iPhone/iPad Keyboard Dimming
I am writing a universal app that will be used primarily at night. I will need to display a keyboard but do not want the light colors of the keyboard to blind the user and/or spoil their night ...
3
votes
1answer
110 views
Recording audio and playing iPod at the same time?
I'm trying to be able to record audio through the iPhone's microphone while simultaneously playing music from the iPod.
The recording and playback work separately but if I try to playback from the ...
3
votes
0answers
227 views
How to Get lyrics of song from ipod library songs
I am Accessing ipod library in iphone application and showing title, lyrics and artwork of album.. I also want to show lyrics of songs. I have added lyrics in itunes and sync it with device.But my ...
3
votes
1answer
641 views
iOS Audio Units : When is usage of AUGraph's necessary?
I'm totally new to iOS programing (I'm more an Android guy..) and have to build an application dealing with audio DSP. (I know it's not the easiest way to approach iOS dev ;) )
The app needs to be ...
3
votes
1answer
182 views
Don't stop the iPod music
Is there a way to not stop the iPod music when I start my app in the iPhone?
Because when my app is launched, the music stops.
Thanks!
3
votes
1answer
782 views
Play Multiple iPod Library Songs On iPhone At The Same Time With Pitch Bending & Other Effects
I have been going at this for the past two weeks and it is driving me crazy. I asked this question a couple of days ago (Extract iPod Library raw PCM samples and play with sound effects) and whilst ...
3
votes
3answers
3k views
Extract iPod Library raw PCM samples and play with sound effects
I am trying to extract raw PCM samples from an MP3 in the iPod Library so that I can play the song and manipulate the pitch, tempo, and apply sound effects (such as filters). I have already gone down ...
3
votes
1answer
344 views
iOS MPMoviePlayer issue on 2nd Generation iPod Touch
I have a universal application which plays several imbedded movies. All works fine on my iPad with iOS 4.2, all works fine on my iPhone 4 with iOS 4.2.1 - however on a 2nd generation iPod touch with ...
3
votes
0answers
410 views
Getting error while exporting a song from iPod
I have written the code to export a song from iPod to my app. When I try to export a song from iPod, I am getting following error message.
AVAssetExportSessionStatusFailed: Error ...
3
votes
1answer
812 views
Getting the musical data of an iPod-track
How can I get the content (raw/sample data) of an iPod-track? I've seen apps like "Ringtone Designer" and iMovie which can do it, but I have no idea which api they use or what they do. I could imagine ...
3
votes
0answers
576 views
MPMediaPickerController orientation on iPad
How can I set correct orientation of MPMediaPickerController ?
I've return YES in shouldAutorotateToInterfaceOrientation, but i have bad frame for Landscape (if show MPMediaPickerController in ...
3
votes
1answer
538 views
Can I get an audio session / apply audio units to playback from MPMusicPlayerController?
I'd like to take control of the audio coming from MPMusicPlayerController (i.e., playing from the iPod library). For example, I'd like to apply EQ to it or do DSP, reverb, that kind of thing.
Is this ...
3
votes
4answers
727 views
UITabBarController with none selected controller
In the 3.0 version of the iPod application (and maybe in previous versions too) when the iPod application is launched after a sync the UITabBarController appears with no tab selected...
iPhone iPod ...
2
votes
4answers
76 views
Please help me to create .ipa of my app
I tried last 1 day. refer all the question related my problem but can't find such a solution.
I had follow all the steps create certificates, appid, adding device id , create provision, set in the ...
2
votes
2answers
40 views
Open iPod app from within my app?
Is it possible to open the iPod app from within my app? If so, how?
I don't want to go anywhere in specific in the app, I just want it to open as it normally does. What is the iPod app URL?
2
votes
2answers
59 views
Testing Android Orientation With iPod/iPhone
I have been developing an Android application and testing the orientation sensor using SensorSimulator. It's great, but I would really like to test it out on an actual device.
My problem is that I do ...
2
votes
4answers
92 views
Where to place ||
I know that this is a really simple question, but where should I place the || below if I want to check for both CAF and AAC? Thanks!
if ([[file pathExtension] isEqualToString:@"caf"])
2
votes
1answer
49 views
How to avoid copying my files from itunes
Can any one get me how to restrict to copy the ipa files from itunes to mac, and restrict copying the files inside the documents or other folders .
So that the hackers cant get the documents inside ...
2
votes
1answer
233 views
iPhone/iPod - prevent font-size-changing
I was wondering whether it is possible to prevent following behaviour:
I've got a *.css file in which I define the font-size for my mobile-web-app.
html,body {
font-size:16px !important;
}
I ...
2
votes
1answer
133 views
How to change one side's size for ios segmented control?
http://i.stack.imgur.com/2KxdM.png
I have this segmented control that I made, however I don't know how to shrink the left button, since there is too much space on the right and left. any ...
2
votes
2answers
123 views
Publishing an app only for ipod devices
I have to publish an app in the appstore but I want that only visible in ipods and ipads, NOT iphones. I saw apps, like whatsapp, are available for iphone and not for ipod and ipads.
I couldn't find ...
2
votes
0answers
33 views
Can you use iPod objects through iTunes COM SDK?
I am currently trying to use the tracks located in an iPod (not synchronised with the computer I use), in order to create a specific playlist.
Is it possible to have a playlist/source that ...
2
votes
2answers
1k views
Receiving Notifications with App in background mode
I have an app, that will keep track of everything the user do in the iPod app. To do this, I added few observers to NSNotificationCenter, like ...
2
votes
5answers
264 views
iPhone: How to fix a cheat based on changing the device's date? Is there a server I can get the time from?
I have an iPhone game that dispenses in-game currency over time, and someone discovered that you can change the date on your device to get rewards early.
I found out there was a similar issue in ...
2
votes
1answer
106 views
capturing image storing in UIimage view showing landscape direction
i wrote the code for camara .the view having one button,one UIimageview.when click on camara camara will open after capturing image and click on use button it is showing some part only in the ...