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
1 answer

How to support iPhone 3GS and iPod Touch with Region Monitoring

I am developing an App based in geolocalization and for this goal I am using "Region Monitoring" API but I understand what that API only works in iPhone 4/4S and iPhone 5. I want my App to work well in the most idevices possible, but i don't find…
0
votes
1 answer

Video subtitle menu not working in iOS6 homescreen webapp

I have a webapp running on iPod Touch and iPad with a video playing page. The video's are transcoded and contain several audio tracks and subtitle tracks (embedded). Running the webapp from homepage in iOS4.3.3 and iOS5.1.1 runs fine, fullscreen and…
bart s
  • 5,068
  • 1
  • 34
  • 55
0
votes
2 answers

Check iPod touch generation programmatically

I need to know whether an iPod touch is 1st or 2nd generation.
hardik Shah
0
votes
1 answer

Use iPod Touch 5th or 4th generation for development?

I am developing an iOS application for a school project. My application requires some functions : JSON data exchange Photo upload In my point of view, either iOS5 or iOS6 will suit my requirements. My Questions are : Concerning the development in…
code4j
  • 4,208
  • 5
  • 34
  • 51
0
votes
3 answers

Can iOS appllication be deployed on iPod touch device?

I'm working on iOS application that is intended for iPhone 5. Since I don't have available iPhone 5, only iPod touch, I tried to debug it on iPod. But warning message "No provisioned iOS devices are available with a compatible iOS version. Connect…
Dejan Balaban
  • 461
  • 4
  • 11
0
votes
1 answer

What was the last (if any) Xcode shipped with iOS Simulator 3.0 and supporting iOS 4.2.1?

I currently have an iPod Touch 2G model MC, running iOS 4.2.1 which cannot be downgraded AFAIK, but I need to build an iOS 3.0 app So, it would help to have an Xcode with both an iOS 4.2.1 compatible SDK and iOS Simulator 3.0 too Any help is…
rraallvv
  • 2,875
  • 6
  • 30
  • 67
0
votes
0 answers

Post Data using Restkit

Here is my code for posting data: DBMessage * message = [DBMessage object]; message.title = tokenFieldView.subjectField.text; message.body = messageView.text; message.username = [DBUser currentUser].username; [[RKObjectManager sharedManager]…
Rana Anees
  • 307
  • 2
  • 13
0
votes
1 answer

Connect to XAMPP webapp over LAN with iPodTouch

XAMPP 1.7.4 is hosted on a Win7 Pro system A webapp located C:\xampp\htdocs\webapp\ is a single index.html file. I can connect to the site locally like this http://localhost/webapp/ An iPodTouch is able to connect to the host over LAN entering the…
timoto
  • 55
  • 10
0
votes
1 answer

Why in some tablets for android does not support silverlight?

I'm creating a line of business application using Silverlight 5. The application is really be great using MEF as a Dependency container. I'm worry because I have to put this LOB application into some tablets like Nook B&N Tablet, KindleFire.. and…
Darf Zon
  • 6,268
  • 20
  • 90
  • 149
0
votes
0 answers

Why my iPod touch 4 cannot register APNS?

I am trying to test my app on iPod touch 4, however I need APNS support. I found out that neither delegate callbacks for APNS is called. I've searched through the Technical Note, and it doesn't help (for the same code works for my iPad2, that the…
0
votes
1 answer

Why can't I see any console logs for my iPod?

My iPod touch is connected to my mac. I want to see console logs of the iPod. I have xCode connected, and the console.app. Why can't I see console logs?
hunterp
  • 15,716
  • 18
  • 63
  • 115
0
votes
2 answers

How to check if an iOS device is a retina display iPod touch?

Is there a safe way to determine that a device is of a particular model? For example I must know if the device the user uses is a retina display iPod touch.
Proud Member
  • 40,078
  • 47
  • 146
  • 231
0
votes
1 answer

link iPhone control app to main iPad app

Does anyone know what might be the best way to go about doing this? My CS research prof. suggested that Bluetooth might be the best way to go. I am working on a music app for iPad and want to make a separate app on an iPhone/iPod touch to act as a…
kcoul
  • 150
  • 5
0
votes
1 answer

iPhone/iPod capabilities detection?

Does anyone know the recommended way to check whether the device supports specific capabilities, for example the camera. I know I can detect the device the app is on with UIDevice but I was wondering if there is a way to enumerate the device's…
KenS
  • 93
  • 1
  • 4
0
votes
1 answer

Can't run my iOS app on my ipod touch

I have an app that I built using iOS 5.1 compatibility. I haven't been able to follow paths like building it using archiving - I have been using a remote mac and some issues keep restricting me from doing that. So I prepared an .ipa file by doing…
Nirav Bhatt
  • 6,940
  • 5
  • 45
  • 89