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
7
votes
4 answers

How to tell if Cocoa Touch device can make calls?

Possible Duplicate: iOS - Detecting whether or not device support phone calls? I'm writing an iPhone application that provides a button to call a phone number. I'm using code like the following to dial the number using a tel: URL in the usual…
Will Harris
  • 21,597
  • 12
  • 64
  • 64
7
votes
1 answer

How to find iPhone/iPod Device model (3G,3GS,4,4S) by code?

Possible Duplicate: Determine device (iPhone, iPod Touch) with iOS I have tried to get the current device model name like 3G,3GS,4,4S,iPodTouch (Different Generations). But, I can't get an exact result till now. Can you please help me to find out…
Gopinath
  • 5,392
  • 21
  • 64
  • 97
7
votes
4 answers

My App shows only a black screen on iPod

My app is in productions an works correctly in all devices except the iPod touch, which only shows a black screen when start the app. Does any body knows which could be the problem? The iPod touch is running with the 4.2.1 iOS version. Thnks
ValentiGoClimb
  • 750
  • 3
  • 13
  • 23
7
votes
1 answer

How much memory does iOS allow apps to use?

I am making an app that uses a lot of fairly big image files. I notice it crashes when they all get loaded on my iPhone 3G (128 mb ram), but not when I test it on a 3rd gen iPod (256 mb ram). So I assume there must be some percentage that is…
Marty
  • 5,926
  • 9
  • 53
  • 91
7
votes
1 answer

Detect the specific iPhone/iPod touch model in Javascript

I am developing a website for Apple i* devices which uses HTML5 webkit features like transitions but I want to disable some of the fancy stuff for older/slower iPhone models like iPhone < 3GS and iPod touch < 3rd Gen because on those devices the…
Thomas
  • 514
  • 4
  • 14
7
votes
1 answer

How to get iPod Touch simulator in Xcode 6.1

My game app works on all iPhone's and all iPad's. I also want it to work on all iPod Touches. There is no iPod Touch simulator in Xcode 6.1. So how do I work on it?
Jet
  • 555
  • 1
  • 7
  • 19
7
votes
2 answers

Can an application find out information about currently playing song on iPhone/iPod Touch?

I've searched around a bit in the small amount of iPhone/iPod Touch development information available and couldn't find anything for or against. Can an application find out information about currently playing song on iPhone/iPod Touch? Since the…
David Lambert
  • 639
  • 5
  • 12
7
votes
2 answers

What are the protocols supported in Iphone's External Accessory Framework

I'm working on an iphone/ipod app that will need to communicate with a computer (MAC for now, maybe PC if possible) though the USB dock connector cable. I'm a complete beginner with IPhone programming and from what I've been able to find out, the…
Fahd
  • 256
  • 6
  • 15
7
votes
5 answers

Can one develop for iOS 6 using XCode 5 on Mavericks (OS X 10.9)?

This question is out-dated. Mavericks is released and everything works fine with Xcode 5 and iOS 6 on an iPod 4th gen. I'm thinking about upgrading my OS X to Mavericks, but I still want to keep developing my iOS app. I read on the internet that…
Martijn Courteaux
  • 67,591
  • 47
  • 198
  • 287
7
votes
2 answers

GameKit in iPhone SDK 3.0

Do I need to use the Peer Picker to find peers in the new iPhone SDK 3.0? I don't really want to use it, but I do want to use the peer-to-peer Bluetooth connection. Is there any sample code that demonstrates the Bluetooth connection without using…
Josh Bradley
  • 4,630
  • 13
  • 54
  • 79
6
votes
4 answers

What debugging techniques do you use for iPhone/iPod web development?

I'm working on a web application, and we are targeting the iPhone and iPod Touch. I'm familiar with the debugging tools for FireFox and IE (e.g. Firebug and IE Developer Toolbar), but I can't find anything for the iPod. I am not looking forward to…
bmm6o
  • 6,187
  • 3
  • 28
  • 55
6
votes
2 answers

Is there any physics engine SDK for iPhone/iPod touch and iPad?

Is there any physics engine SDK for iPhone/iPod touch and iPad?
Roman Kagan
  • 10,440
  • 26
  • 86
  • 126
6
votes
2 answers

How to prevent Ipod Touch Application from going to sleep

I am building an application for the ipod touch that needs to run for several time (like an alarm clock). I would like to prevent the ipod touch from going to sleep unless the use manually exit the application. Is this possible with the current SDK?
Oscar Del Ben
  • 4,485
  • 1
  • 27
  • 41
6
votes
2 answers

Can an iPhone or iPod Touch communicate with another device in the same room?

I'm new to developing applications for the iPhone and iPod touch. Is it possible to communicate directly between 2 devices in the same room by using WiFi or perhaps even BlueTooth on the iPhone? I've seen a demo of a fire application where one…
Devon
  • 5,786
  • 5
  • 38
  • 46
6
votes
0 answers

enabledRemoteNotificationTypes returns wrong value on ios 6.0.1 ipod

We are checking to see if APNs are enabled by using the UIApplication's enabledRemoteNotificationTypes method. This works fine for iPhones with iOS 6 and below. However, on an iPod with iOS 6.0.1, the method continues returning 0, indicating that no…
ilyashev
  • 371
  • 3
  • 14
1 2
3
31 32