Tagged Questions
The iPod Touch (also called iTouch), is a portable media player, personal digital assistant, handheld game console, and a Wi-Fi mobile device designed and marketed by Apple Inc.
153
votes
11answers
71k views
How to check for an active Internet Connection on iPhone SDK?
I would like to check to see if I have an Internet connection on the iPhone using the Cocoa Touch libraries.
I came up with a way to do this using an NSUrl. The way I did it seems a bit unreliable ...
16
votes
6answers
12k views
What are all the special iPhone / iPod Touch HTML tags?
After peeking at the SO source, I noticed this tag:
<link rel="apple-itouch-icon" href="/apple-touch-icon.png" />
Which after a quick Google revealed an Apple "favicon" type thing for display ...
13
votes
7answers
8k views
Is there an equivalent apple-touch-startup-image for the IPAD?
For web apps you can set the startup screen with apple-touch-startup-image
What about for iPads?
10
votes
4answers
9k views
Programmatically turn on bluetooth in the iphone sdk?
I have seen a lot of questions about this but no one actually gives a real answer (frameworks to import, actual code etc). They only say with a private api and that will get your app rejected from the ...
9
votes
2answers
3k views
MKMapView loading all annotation views at once (including those that are outside the current rect)
UPDATE
It looks like this problem has been quietly fixed in iOS 4.3. Up to this point, the distance that was considered "far enough" for an annotation to be recycled seemed to be hundreds of miles, ...
8
votes
1answer
747 views
Develop an iOS App for Cydia
How can I start developing simple iOS tweaks for Cydia?
What's the difference in compiling an app for the official App Store and Cydia?
8
votes
4answers
2k views
iPhone detecting processor model / NEON support
I'm looking for a way to differentiate at runtime between devices equipped with the new ARM processor (such as iPhone 3GS and some iPods 3G) and devices equipped with the old ARM processors.
I know I ...
8
votes
2answers
3k views
Rich Text Editor on Mobile Safari
I'm trying to build a Web page that has a rich text editor. Is it possible to use a rich text editor (such as FCKEditor) in Mobile Safari on the iPod Touch (or iPhone)?
All of the demos I tried ...
8
votes
5answers
4k views
What's the best format for sound effects on iPhone
What is the recommended audio format for storing and playing back short (2-3 sec) audio sound effects on the iPhone or iToouch?
The iPhone audio SDK documentation indicates that the iPhone supports ...
7
votes
3answers
430 views
iPod touch compared to iPhone 4 as a development platform (iOS 4.1)
I would like to revamp an old question, concerning the development of apps on the iPod touch as a cheap replacement for the iPhone:
...
7
votes
5answers
703 views
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 ...
7
votes
10answers
3k views
iPod Touch compared to iPhone as development platform for iPhone apps
Essentially I'd like to know just how compatible are the iPhone and the iPod Touch. I would like to know if I could buy an iPod Touch (and thus save some cash) and develop iPhone apps on it or if I ...
7
votes
2answers
12k views
GameKit in iPhone SDK 3.0
So, I was wondering if you 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 ...
7
votes
4answers
3k views
Detecting iPhone/iPod Touch Accessories
I've been searching and can't seem to find the answer elsewhere - is it possible to detect if the iPod Touch/iPhone has any headphones or other accessories connected to it?
I'm building an app that ...
6
votes
2answers
553 views
html5 <audio>: how to use the built-in `next`, and `previous` controls on iOS 4.2 / Android 2.3
Both on Gingerbread 2.3 and iOS 4.2+ the HTML5 <audio> tag generates an interface with next, and previous buttons.
How do I hook into those controls?
It doesn't appear to be one of the HTML5 ...
6
votes
2answers
3k views
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 ...
6
votes
2answers
3k views
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?
...
6
votes
2answers
2k views
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 ...
5
votes
1answer
97 views
Can I provide my own ads and make money off them in an iOS app?
I've had some trouble finding information about Apple's policies regarding in-app ads. I'm interested in developing a free iOS app with the intention of making money off of it using advertising. ...
5
votes
3answers
81 views
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!
5
votes
2answers
5k views
Is there any physics engine SDK for iPhone/iPod touch and iPad?
Is there any physics engine SDK for iPhone/iPod touch and iPad?
5
votes
2answers
1k views
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 ...
5
votes
2answers
8k views
Can js/jQuery determine the orientation of the iPhone?
Out of curiosity I've been playing with jQuery to determine the browser's screen size, and it occurred to me that screen size could be used to determine whether or not a visitor was using an ...
5
votes
4answers
5k views
How to tell if Cocoa Touch device can make 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 way:
NSURL* contactTelURL = [NSURL
...
5
votes
4answers
887 views
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 ...
4
votes
2answers
3k views
jQuery Drag and Drop on touch devices (iPad, Android)
We have a card game website that makes extensive use of jQuery Draggable & Droppable and which has worked nearly flawlessly (when using a mouse) for almost a year.
We would REALLY like to have ...
4
votes
2answers
164 views
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 ...
4
votes
1answer
144 views
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, ...
4
votes
1answer
2k views
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 ...
4
votes
7answers
308 views
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 ...
4
votes
3answers
2k views
UIDatePicker - Problem Localizing
I've created a UIDatePicker in my app and I also have support for several languages. My UIDatePicker is created in Interface Builder, and I have created a seperate localization XIB so I can customize ...
4
votes
6answers
10k views
Coverflow in HTML5 for iPhone/iPod Touch
I have to do a web page destined for iPhone and iPod-touch that needs to incorporate the Coverflow style of apple in a page to display a list of videos.
I've heard something about gizmos that could ...
4
votes
7answers
162 views
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.
...
3
votes
1answer
661 views
“Run destination iOS Device is not valid” for iPod Touch running 3.1.3 with XCode 4
I'm trying to test my application against a friend's old iPod touch running iOS 3.1.3.
I have XCode 4 and receive this error message when trying to run the application:
The run destination iOS ...
3
votes
7answers
145 views
Is there another language which I can use other than Objective-C to develop apps for iOS? [closed]
Possible Duplicate:
Can I write an iPhone application in any language other than Objective-C?
I am looking for the easiest way to develop apps for iOS. Is there another language which I can ...
3
votes
2answers
273 views
Will Optimized (armv7) keep armv6 hardware users from being able to download an app from the AppStore?
If not, what happens when say an iPhone 3G user downloads an Optimized armv7 app?
Thanks!
3
votes
4answers
389 views
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 ...
3
votes
3answers
327 views
Debugging battery warning
I have an app that connects to an external accessory via Bluetooth. Testers have reported that the connection gets dropped when "Low Battery" alert is displayed. This was reported on iPod touch 2nd ...
3
votes
1answer
3k views
iPhone/iPod Touch Version Statistics [closed]
Possible Duplicate:
What percentage of iPhone users have the different versions of iPhone OS/firmware?
Can someone please refer me to recent (2010) statistical data on iPhone/iPod Touch OS ...
3
votes
1answer
837 views
Problem with Xcode organizer screen capture
I'm currently running Xcode 3.2.2 on Snow Leopard. When opening Organizer > Screenshots I see a list of screenshots I did before. But when I click the Capture button, nothing's happening. I don't see ...
3
votes
1answer
1k views
Can I prevent mobile safari from auto-rotating the screen on ipod touch or iphone?
We have an offline Safari application with UI designed for vertical use (pixel perfect). We would like the UI to stay vertical no matter what how the user rotates the ipod / iphone. Is it possible ...
3
votes
4answers
1k views
How can I check missed call in iPhone using Objective-C?
How can I check missed call in iPhone using Objective-C?
3
votes
1answer
484 views
Can iPod touch / iPad apps written in safari run without internet access?
I know that for native apps, after I download them, I can run them without a network access.
I also know that for safari webapps, I can run them, and the server can store the data.
However, is there ...
3
votes
4answers
2k views
Can I disable UIPickerView scroll sound?
I want to disable the annoying clicks that the UIPickerView generates upon scrolling up and down. Is there a way to do this? I want to play short sounds for each item that the picker view lands upon. ...
3
votes
1answer
317 views
How to detect if the phone app is available for various devices using iphone os
I'd like to show or hide a button that lets a user make a phone call based on whether or not the user can actually make a call (iPhone or iPod touch). Is it possible to somehow detect if the phone ...
3
votes
2answers
3k views
Document Directory in iPod Touch and iPhone
I'm designing an application that reads data to the iPod touch/iPhone that is sent to it via multicast sockets with UDP and I need to store it as a file in a document directory. Does that exist on on ...
3
votes
4answers
727 views
UITabBarController with none selected controller
In the 3.0 version of the iPod application (and maybe in previous versions too) when the iPod application is launched after a sync the UITabBarController appears with no tab selected...
iPhone iPod ...
3
votes
2answers
707 views
Multi-touch is not working in the iphone app I'm building
I have the following code:
- (void)touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event {
NSUInteger touchCount = 0;
// Enumerates through all touch objects
for (UITouch *touchb in touches){
...
2
votes
1answer
72 views
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 ...
2
votes
1answer
105 views
iPod touch 4 vs iPhone 4 performance
I'm working on a game for iOS platform. It's running smooth on 60 FPS on iPhone 4 iOS 4.3, iPad iOS 4.3, iPad2 ios 4.3, but it gives only 30-34 FPS on iPod touch 4 with iOS 5.As i know the hardware on ...