Questions tagged [ipod-touch]

The iPod Touch (stylized and marketed as iPod touch) is a multi-purpose pocket computer designed and marketed by Apple Inc.

Quoting from the iPod Touch Wikipedia Article:

The iPod Touch (stylized and marketed as iPod touch) is a multi-purpose pocket computer designed and marketed by Apple Inc. with a user interface that is touchscreen-based. It can be used as a music and video player, digital camera, handheld game device, and personal digital assistant (PDA). It connects to the Internet through Wi-Fi base stations and is therefore not a smartphone, though its design and iOS operating system are very similar to Apple's iPhone. As of May 2013, 100 million iPod Touch units have been sold.

470 questions
0
votes
2 answers

Does CLLocationManager#startMonitoringSignificantLocationChanges prompt for user access in an iPod Touch?

Since the iPod touch does not have a GPS, does it actually prompt for location access when calling CLLocationManager startMonitoringSignificantLocationChanges?
qnoid
  • 2,346
  • 2
  • 26
  • 45
0
votes
2 answers

UIImage view questions

I have a UIImageview in my application and I was wondering how I can show an image in it pragmatically and change it whenever I want to! I think my major problem is exactly WHERE to put it! If you could show me what code and where that would be very…
jackson
0
votes
1 answer

iPod Touch iOS 5 Animation Stuttering

I have a UIView that acts as a badge in my app, upon pressing a button, the badge is supposed to blink into existence and then do a nice squash and stretch animation. The animation works perfectly on iPhone 4, iPhone 4s, and iPhone 5 but the 8GB…
Endama
  • 743
  • 8
  • 25
0
votes
1 answer

Internal name of 5th generation iPod Touch?

What is Apple's internal name for the 5th generation iPod Touch? I can see the internal names of the iPhones from iphonewiki.com. For example the iPhone 4S has the internal name "iPhone4,1". However I can't find any info on that site or from…
SundayMonday
  • 19,147
  • 29
  • 100
  • 154
0
votes
1 answer

iPhone application fails to run on iPod because it is not compatible

I submitted an iPhone application to the app store, but it is failed to run on iPod touch with the message that it is not compatible.I'm not using any Phone features on the application when I first I submitted the application to the store I was…
Sarah
  • 1,595
  • 3
  • 25
  • 34
0
votes
2 answers

Read a Device in GNU/Linux or FreeBSD

I am wondering, do you need a specific device driver to read a usb device in Linux, or should it just be able to be read. If I connect my cell phone or iPod touch to my linux box, it is not found is /proc/partitions and thus is not a mountable…
Recursion
  • 2,915
  • 8
  • 38
  • 51
0
votes
1 answer

media query for new ipod touch 5th gen is failing

Problem Description i'm trying to figure out the width of the new ipod touch units. My css media queries are failing on the device... the logo that is appear is huge. I've tried to google this and found some articles like:…
dot
  • 14,928
  • 41
  • 110
  • 218
0
votes
1 answer

iOS Calendar restriction caused app to crash

This is my scenario: I am adding an event to iOS calender from my app. Just before adding the event (add event view of calendar is being shown ), if user go to settings-->general-->restrictions-->calendar and restrict my app's permission the app…
Deepukjayan
  • 3,525
  • 1
  • 20
  • 31
0
votes
2 answers

Can we spoof location in ipod using custom wifi hotspot?

Ipod uses wifi to get location. My question is can we create a custom wifi hotspot and do some hack to make ipod believe that its location is somewhere we want it to be? This is very critical as in my project I have to show items based on locations…
arundevma
  • 933
  • 7
  • 24
0
votes
1 answer

MPVolume on ipodtouch/iphone

i'm using the code of this link: http://blog.stormyprods.com/2008/09/proper-usage-of-mpvolumeview-class.html it is working on an ipod touch, but NOT on iphones. what can be the reason for that?
user177123
0
votes
2 answers

How do I take a video version of screenshot on iPod Touch 4th Gen?

I want to create videos of myself doing app demos on my iPod, how do I create a video version of screen shot?
Neffer_23
  • 105
  • 1
  • 7
0
votes
3 answers

Does the Push Notification Service work on an iPod Touch?

Does the Push Notification Service work on an iPod Touch?
user177893
  • 145
  • 1
  • 10
0
votes
1 answer

Support Multiple SDK on iOS Development and Debugging on Device

I'm new to ios development and I've some questions about sdk. I'm not paid developer yet, I sign up for free. Then, I download and install xcode 4.6 with iOS 6.1 sdk. I developed some basic app for understanding development process. If I'm not a…
Melih Mucuk
  • 6,988
  • 6
  • 37
  • 56
0
votes
2 answers

Location service permission(alert) not showing in iPod

I have uploaded a GPS based iPhone app(iOS 6) to app store. One of my friend told that, core location permission is not asking for his device(iPod). As his location is not getting updated, he misses the functionalities. I have tried many devices…
Anand
  • 254
  • 2
  • 12
0
votes
1 answer

Allocation of several sounds

I'm not sure if I wrote this code well (get clicks on touching buttons rapidly): #import "iEngineRoomAppDelegate.h" #import "iEngineRoomViewController.h" #import "SoundEffect.h" @implementation iEngineRoomAppDelegate @synthesize…
user177123