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

Images appear in simulator but not when uploading to ipod touch (3.0)

I created a simple test app with an image (as well as a button with an image) and it runs fine in the simulator. But when uploading to the iPod, none of the images appear. The button appears but with no image. A few things worth mentioning: -…
user139190
  • 51
  • 2
  • 8
0
votes
1 answer

IPod Touch CLLocation Tracking Limitations?

Im just wondering whether anyone knows if there is any limitations of the ipod touch when it comes to location tracking of the device? Can you get the long/lat and altitude of the device? Thanks in advance
Matt
  • 3,305
  • 11
  • 54
  • 98
0
votes
2 answers

App not visible on iPod after installing through an ad hoc profile

I have build my app with and ad hoc provisioning profile/distribution certificate pair following the instructions from developer program portal. Then I send the binary (.app file) and provisioning profile to one of my peer. He drag and drop the…
AJ.
  • 1,443
  • 7
  • 19
  • 31
0
votes
3 answers

Which iOS devices do I have to test with?

I have iPod touch 4th. And I'm developing iPhone app with it. I use ARC. So target iOS is iOS5.0 or later. I will buy iPhone 4S before releasing the app to test with iPhone 4S. Is it good idea to buy iPhone 4S and test with it? And testing with iPod…
js_
  • 4,671
  • 6
  • 44
  • 61
0
votes
0 answers

Webpage is not displayed in iPod from IIS

I have created one application, that is hosted in IIS. When i am displaying IIS webpage in iPod it displays error message like below, Cannot Open Page Safari could not open the page bacause the server stopped responding.. any one know the reason…
Bharathi D
  • 953
  • 1
  • 15
  • 28
0
votes
0 answers

Run iOS-App from Xcode 4.3.3 on an iPod Touch 2nd Generation with iOS 4.2.1

I am trying to run an App on an arm6 iDevice but I can't see or run it in the schemes. I think it's nearly the same problem as in Can't run app on iPhone 4.2.1 with Xcode 4.3.1 and IOS but this answer didn't work for me.
Dali
  • 437
  • 1
  • 6
  • 10
0
votes
1 answer

App performance different on iPod touch than iPhone 4s

App performance when testing on iPhone is very good but when testing same app on iPod touch performance is not good fonts looks smaller and modalviewcontroller transition speed is very fast. Action sheet button performance is very slow. Any idea how…
user1452248
  • 767
  • 2
  • 11
  • 28
0
votes
2 answers

DismissViewController UIButton causes app to crash on iPod touch

DismissViewController UIButton causes my app to crash when testing on iPod touch. Otherwise, it is working fine on iPhone. iPod version is 4.2.1. The message I am getting is: dismissViewControllerAnimated:completion:]: unrecognized selector sent…
user1452248
  • 767
  • 2
  • 11
  • 28
0
votes
2 answers

ios - iphone: How to create animation UItableviewcell when edit like native ios alarm clock app

I have make a alarm clock like default alarm clock on iphone/ipod. But I dont know How to create animation UItableviewcell when edit like native ios clock app.Please help me. thanks Animation like this.
0
votes
1 answer

Units of ipod/iphone gyroscope data?

These things are not clear. What are the units of 1.Data given by (CMGyroData) basically x,y and z? What is the minimum and maximum variation of one axis data(For eg, x axis) Does this x data represent the rotation(or swing) around the x axis?
sam
  • 259
  • 1
  • 6
  • 22
0
votes
1 answer

iPod Touch (OS 3.0) bluetooth connection to non apple device

I need to know if I can programmatically connect my iPod Touch (OS 3.0) to a non apple blue tooth device, Using the Apple iPhone SDK. I know that I can connect to other iPhone using GameKit API, But can I connect to other non apple Bluetooth devices…
Avi
0
votes
3 answers

jQuery Mobile intolerably slow on older ipod?

I wrote a pretty simple jquery mobile / phonegap app in xcode. In the simulator, it works like a charm. But the only device I have to test on is a second gen ipod touch from 2008, and when I test on the device, it is unbelievably slow, with page…
temporary_user_name
  • 35,956
  • 47
  • 141
  • 220
0
votes
2 answers

How to disable phone Call button only for iPod touch by xcode coding?

In my application I am showing business card as detail of showroom. In that detail I have given phone call option to user. From iPhone we can call to respective number by giving code as follows.. NSString* call = [NSString…
Navnath Memane
  • 265
  • 1
  • 8
  • 25
0
votes
1 answer

Magnetometer for Compass on iPod Touch 4G

I understand that it is not possible to get magnetic heading readings from the CoreLocation framework on an iPod Touch 4G, but it is possible to produce magnetometer readings using the CoreMotion framework. I also understand that I need to use…
Liam George Betsworth
  • 18,373
  • 5
  • 39
  • 42
-1
votes
2 answers

Expected getter method not found, Xcode iOS

I am using Apple's newest Xcode for MacOS 10.7(Lion). I am trying to make a iPhone application. I'm new to the language and decided to load up apples guides. 'Your first iOS application'. It was good, taught me a few things but Its not working. I…
Tyler McMaster
  • 1,407
  • 2
  • 14
  • 15