Questions tagged [ipod]

Use for questions on iPod, a media player product designed and marketed by Apple, that can be used for playing music/games and storing/transferring files.

iPod is a media player product designed and marketed by Apple.

List of models:

  • iPod Classic (and iPod Photo) (discontinued)
  • iPod Mini (discontinued)
  • iPod Nano (discontinued)
  • iPod Shuffle (discontinued)
  • iPod Touch

iPod can be used for playing music/games. They can be used to store files and transfer files too.

Links

513 questions
87
votes
4 answers

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 with this CMSampleBufferRef to get data for…
iFreeman
  • 865
  • 2
  • 7
  • 5
58
votes
8 answers

Lock-down iPhone/iPod/iPad so it can only run one app

We'd like to 'lock-down' an iPhone/iPod/iPad so that the user can only run one app (we've developed this app internally). I'm guessing we'd be looking at jailbreaking, and then replacing (?) the default Springboard app. Can we do this? If so,…
wpearse
  • 2,422
  • 2
  • 29
  • 30
35
votes
3 answers

Error using Pod Install command on Podfile in Terminal

I have installed Cocoapods, and created a Podfile using Atom containing the following lines: pod ‘Parse’, ‘~> 1.7.1′ pod ‘ParseUI’, ‘~> 1.1.3′ Upon placing this file into my Xcode Project Root Directory, and running 'pod install' in Terminal. The…
Matt Falconer
  • 365
  • 1
  • 3
  • 6
30
votes
4 answers

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 that the song be downloaded? Perhaps using the…
TurqMage
  • 3,321
  • 2
  • 31
  • 52
27
votes
10 answers

iOS App testing: No Code signature found

I do not have iPhone developer account. I want to test my app on my iPod Touch. iPod iOS version : 5.1 (9B176 build) Xcode Development SDK : 5.1 Simulators : iPhone 5.1 Retina/normal iPad 5.1…
Chandu
  • 630
  • 2
  • 8
  • 18
26
votes
5 answers

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 *connectionString = [[NSString alloc]…
Jack Humphries
  • 13,056
  • 14
  • 84
  • 125
22
votes
3 answers

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 background, double tapping opens the "multi-task dock",…
Max
  • 1,054
  • 1
  • 12
  • 20
19
votes
6 answers

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 categorized, to be iPhone OR iPod…
Julius Eckert
  • 1,481
  • 4
  • 16
  • 24
16
votes
1 answer

iOS SDK :: vibration & plays a beep sound.

I need to vibrate iOS device, devices that don’t support vibration, Will plays a beep sound. For this I am using Import AudioToolbox.framework #import AudioServicesPlayAlertSound(kSystemSoundID_Vibrate); It vibrate…
Mangesh
  • 2,257
  • 4
  • 24
  • 51
16
votes
4 answers

How to programmatically 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 it using the iPod music player within the…
Cheng Lai
  • 767
  • 1
  • 9
  • 19
16
votes
10 answers

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 really should spend the extra money and put up with…
Mike Dinescu
  • 54,171
  • 16
  • 118
  • 151
15
votes
1 answer

Fetch API slow in react-native@0.55 release build

I use fetch in my react-native app for API calls. This works fine in development builds, but slows down to several seconds in a release build. The problem is not with the API; a request takes about 100~300 ms to complete (according to the ngrok…
14
votes
2 answers

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 play music off it like the speaker docs do that…
Brian Surowiec
  • 17,123
  • 8
  • 41
  • 64
13
votes
3 answers

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 MPMusicPlayerControllerNowPlayingItemDidChangeNotification. But my problem is, I only get those…
Abras
  • 361
  • 1
  • 4
  • 14
12
votes
2 answers

AVPlayer Video SeekToTime

I'm using AVPlayer for play my video using slider and Some Buttons. Here is my methods for moving forward and backward using buttons. -(IBAction)MoveForward { //int value = timeSlider.value*36000 + 10; //CMTime newTime =…
Ganesh
  • 819
  • 3
  • 13
  • 27
1
2 3
34 35