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

Is there a (legal) way to capture the ENTIRE screen under iOS?

I've tried several techniques to capture a screenshot of an app from within that app. None of the techniques appear to capture the status bar -- it ends up being black. There apparently was once a way to do this, but that interface is internal and…
Hot Licks
  • 47,103
  • 17
  • 93
  • 151
5
votes
1 answer

Application hangs when debugging on iOS 3.1.3 device with Xcode 4.3.2

I have the original iPod touch with iOS 3.1.3 (the last one that can run on the device). When I use Xcode 4.3.2 to debug an application, it always hangs at the launch image screen. However the application runs fine when I disconnect the device and…
adib
  • 8,285
  • 6
  • 52
  • 91
5
votes
1 answer

iOS and unarchiving xib files

I'm finishing off an app for iOS 3.0 and up to run on the iPhone and iPod Touch. It's working fine on iOS4.0 and up, but when I backtest it on a second generation iPod Touch running iOS 3.0 the launch image shows and I'm met with the following: ***…
Ken
  • 30,811
  • 34
  • 116
  • 155
5
votes
1 answer

Do I have to check LSRequiresIPhoneOS in order to find out if camera is available?

In my Xcode project there is Info.plist file in resources. It has an attribute like this: LSRequiresIPhoneOS So my question is: do I have to check that? What I want is that my app finds out itself weather there is a camera or not. If not, the…
Thanks
  • 40,109
  • 71
  • 208
  • 322
5
votes
3 answers

Using 3D objects in an iOS app

How would I go about adding a 3D object from Maya into an iOS app? For now, before it gets too complicated, I just want to add it in, no response to touch yet. Is there a tutorial about this? Thanks! Edit: It doesn't necessarily have to be Maya. I…
Jack Humphries
  • 13,056
  • 14
  • 84
  • 125
5
votes
2 answers

Is there a way to automatically include the console output with the crash log on ios

The crash log returned when your app has an error on iOS is wonderful however it would be 100 times better if it contained the console output from when your app started as part of the log. Is there a way to automatically have that information in the…
Medran
  • 433
  • 3
  • 10
5
votes
3 answers

Xcode: iPod Touch Simulator?

I'd like to test my app on the ipod touch. But in Xcode I don't see a simulator for this (I only see a simulator for iphone 3gs, iphone 4, and ipad). Do you know if there's a way to run an ipod touch simulator?
Shai UI
  • 50,568
  • 73
  • 204
  • 309
5
votes
3 answers

Do I have any hope of messing around with creating an app for my new iPod touch without buying a Mac?

I'd really rather not buy a Mac just to do this. I know there have been efforts to make it possible, but it's hard to tell which, if any, are worth my time. Thanks!
Aaron Anodide
  • 16,906
  • 15
  • 62
  • 121
5
votes
1 answer

Animate the resizing of a UIWebView

I'm having a really hard time trying to animate the resizing of a UIWebView, and just don't know where else to go. Here's what I want to accomplish: I have two views, one above the other (imagine two squares, one on the top of the other). The top…
Aloha Silver
  • 1,394
  • 17
  • 35
5
votes
7 answers

Multitasking on iOS4: Does it work only on iPhones?

I have iOS 4.0 on an iPod Touch 2nd Gen. There's absolutely no multitasking working. Nothing goes to the background, and double-tapping the Home Button results in just nothing. I wanted to test my app against this new feature, but it appears that…
dontWatchMyProfile
  • 45,440
  • 50
  • 177
  • 260
5
votes
1 answer

iPhone/iPad. How do I launch an app from link in Safari?

I have an app that I want to be launchable either explicitly when tapped or when a parameterized URL is clicked on on a webpage in Safari running on iPad or iPhone. Can someone sketch the approach for me and/or point me to the relevant docs? Thanks…
dugla
  • 12,774
  • 26
  • 88
  • 136
5
votes
0 answers

iOS 6.0 Core Bluetooth Peripheral reconnect issue

I have a stable working app in iOS 5.0 running on iPhone 4S. We did the migration to iOS 6.0 to run on iPod (5th gen) having bluetooth low energy. On iPhone 4S we were able to pair/bond, connect, disconnect and reconnect at will. We are having…
sredq6iOS
  • 51
  • 2
5
votes
3 answers

Does iPod Touch 4th generation support Bluetooth LE?

I'm just wondering if iPod Touch 4G supports Bluetooth 4.0 with Low Energy. Bluetooth LE (BLE) for iOS is supported for iOS v5.x. So does upgrading to iOS 5.x enables BLE for iPod Touch? Sometimes manufacturers use advanced hardwares to make sure…
Pankaj Rathor
  • 375
  • 1
  • 3
  • 9
4
votes
2 answers

Why is an iPhone Device ID 40 characters?

UUIDs are usually 36 characters.
Paul Prescod
  • 443
  • 1
  • 4
  • 17
4
votes
1 answer

Running Instruments on iPod touch, device restart

I can't get my application running with instruments. I tried running through xcode with Product->Profile, Instruments starts, and then i select Time profile, iPod gets restart. I am on 10.7, xcode 4.2, iPod touch4 with iOS 5.0.1, and using 5.0 SDK.…
Bigcat
  • 100
  • 5