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

App won't run on device!

The app I'm currently developing works perfectly on the simulator. However, plugging in an ipod touch and clicking "run" won't run it on device. There are no error messages or anything - it builds the project, and then says "finished running ...".…
Thomas Clayson
  • 29,657
  • 26
  • 147
  • 224
4
votes
2 answers

Touch device HTML element :hover state

There is a HTML button, with 3 backgrounds - each for normal, hover and clicked states. Of course, it works fine with non touch device. If the button is clicked on touch device, the :hover state is also triggered and stays until another element is…
Zygimantas
  • 8,547
  • 7
  • 42
  • 54
4
votes
1 answer

could an app over-clock an ipod if it needed to?

I was just wondering could ipod app use more cpu than the 600mhz (3rd gen) under-clocked speed if it needed to? Because I would like to make an Intense 3d game with phonegap only using HTML5, CSS3, and Javascript, and i calculated it would need to…
JqueryToAddNumbers
  • 1,063
  • 3
  • 14
  • 28
4
votes
4 answers

iPod Touch 4G thinks it's an iPad

I have a universal app built that runs and works perfectly on an iPad, iPhone 4G, 3GS & 3G, but when run on an iPod Touch 4G it won't run properly. I don't have a iPod Touch to test, but I have been told by a beta tester that it installs on the…
Domestic Cat
  • 1,434
  • 11
  • 18
4
votes
1 answer

Invalid SSL Certificate error on iPod Touch - works for iPhone

We are developing an iOS Application that connects to a server over https using nsurlconnection sendsynchronousrequest We are getting the following error in the iPod Touch 3.2. However, the exact same code does not give any error on iPhone 3.1 Error…
4
votes
2 answers

Speed of program in iPhone simulator

How does the speed of a program when run in the simulator compare to a real iPhone or Ipod touch? Is it faster or slower?
node ninja
  • 31,796
  • 59
  • 166
  • 254
4
votes
2 answers

iPhone - Working with Orientation and Multiple Views

I searched long and hard in an effort to figure this out. It took about 4-5 hours before I finally managed to reach a solution. I will be answering my own question in an effort to provide support to anyone who comes to the same problem. So, I…
ColdLogic
  • 7,206
  • 1
  • 28
  • 46
4
votes
2 answers

Determining the maximum number of simultaneous touches possible on an iOS device?

Is there a way to find out the maximum number of simultaneous touches on an iOS device (iPhone, iPod Touch, iPad) ? I've read here and there that iPhone can handle 5 while the iPad can handle 11, but I haven't found an official way (through a…
djcouchycouch
  • 12,724
  • 13
  • 69
  • 108
4
votes
1 answer

Mobile Safari application cache bugs?

I'm using Mobile Safari's cache manifest file to store a multi-page data entry application that is run on an iPod Touch (version 3.1.3) in offline mode. The application writes to the client-side database by way of the persistence.js ORM. This all…
4
votes
3 answers

"security policy error" on iPhone and iPod Touch

I'm getting an "Error from Debugger: Error launching remote program: security policy error" when I try to run my app on my ipod touch. The provisions look in order, and the app builds to my iphone 3gs just fine. The app used to build just fine to…
Joey
  • 7,537
  • 12
  • 52
  • 104
4
votes
4 answers

Dynamic iPhone App icons?

The calender app does it... How can I make an app icon change based on stored info from the iPod or iPod app settings? EDIT: I realized today that it is possible to access bundles via the sdk. (At least read access) If I had a graphics API (OpenGL,…
Moshe
  • 57,511
  • 78
  • 272
  • 425
4
votes
1 answer

Difference between iPod and iPhone? in APNS

I develop a App with Push Notifications, but I have one Problem, at my iPhone he will sent the Devicetoken, but on my iPod 5. Gen I got an error... Error Domain=NSCocoaErrorDomain Code=3000 "no valid 'aps-environment' entitlement string found…
J0k3R
  • 303
  • 1
  • 14
4
votes
7 answers

iPhone development

I have an iPod touch. I have a Mac. I want to put an iPod touch app I write with my Mac on my iPod touch. I don't plan to sell it on the Apple store. I don't plan to distribute it to other people. Is there anyway to do this without paying apple…
anon
  • 41,035
  • 53
  • 197
  • 293
4
votes
4 answers

How can I check missed call in iPhone using Objective-C?

How can I check missed call in iPhone using Objective-C?
Brij
  • 6,086
  • 9
  • 41
  • 69
4
votes
1 answer

How to exclude 4th-gen iPod touch for app

I want to release an app for the following devices iPad 2 or higher iPhone 4 or higher iPod 5 (or higher) The problem is that I can't find something to exclude the 4th-gen iPod touch but it doesn’t have enough RAM to run the app, so it crashes…