ipod-touch

How to install Ipod Touch Simulator to develop application for it?

I want to develop app for Ipod Touch Simulator, but currently, I don't have Ipod Touch Simulator. I'm try to Google but can't get expect result. Please help me! ...

iPhone/iPodTouch. Regarding the flash drive. How much faster is it then a physical disk drive?

Does anyone have a ball park speed comparison between a modern physical disk drive and the flash drive on iPhone/iPodTouch? What is behind this question is this: I want to pull images from the cloud, park them on the flash drive and then sequence through them as a flipbook animation keeping as few images in RAM as possible so as to keep ...

Ad-hoc connection disappearing

I create an ad-hoc connection between my Ubuntu 9.10 laptop (wlan0) and my iPod touch, but the connection only lasts for seconds before it is dropped. Why might this be happening? I use the following to setup my connection: ifconfig wlan0 down iwconfig wlan0 mode ad-hoc iwconfig wlan0 essid Network iwconfig wlan0 enc off iwconfig wlan0...

Is it possible to access iPhone/iPod Touch music stats through the SDK?

I've seen it's possible to access musics and playlists and even play them. But is it possible to access the statistics attached to each music? Like play count, stars, dates and times of listening? ...

What are the protocols supported in Iphone's External Accessory Framework

Hi guys 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 and from what I've been able to find out, the External Accessory framework is the place to start. While going through the online...

How Push Notification Service Works for iPod Touch?

I am developing an app using push notification service for both iPhone and iPod Touch. For iPhone the user can register their device using UDID or phone number. How can an iPod touch people receive the notifications as there is no phone number for the device? I must miss something from my understanding. Please help! Thanks. Marcelo ...

iPod Touch to iPod Touch Messaging using Push Notification Service

Can I use the push notification to send the message from one iPod touch to another one? Is there any pointer information that I can read? Thank you! Marcelo ...

Iphone and Ipod touch share the same SDK?

Means all the applications on the apple store can be both used in iphone and ipod touch, is it right? ...

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 a way to write a webpage, save it to my iPhone, allow it to do i/o to the iPod touch itself, and also run it without web access? [Think a...

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

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

How to indicate that an iPhone app is compatible with 1st gen iPod Touch?

My app appears as "Compatible with iPhone and iPod touch (2nd generation).", I would like to make it "compatible with all iPhone and iPod touches (any generation)", do you know how to do that? I've read the documentation on this, but it's unclear how that is done. What is the magic setting that marks an app compatible with all iPhoneOS ...

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 $99? Thanks! ...

Alert noise for iPod touch 1G

Hello. I know the iPod touch 1g does not have a speaker like the 2g, and the iPhone, but I do know that it has a small speaker, capable of making various beeps. Is there a way to make the iPod touch 1g beep, or does it only work on 2g and above? If so, what would the code be? Thanks, HiGuy ...

Objective-C iPhone - Delegating an IBAction from one class to another? Can this be Done?

Hello fellow coders, I have created a class, that makes it easy to enter in the amount for a particular price in the same way an ATM machine allows you to enter in an amount, user does not enter the decimal. This is a generic class called (AmountPicker), so that it can be used among many other classes. I am using it by invoking the pre...

A UITableView followed by several buttons- any way to size the table view to fit a variable number of rows?

In Interface Builder, you have to set the size of the tableview and position the other elements beneath that. I want the tableview to be sized to fit any number of rows and the buttons to be moved down relative to the tableview. Is it possible to do this without building the whole thing programmatically? ...

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 iPhone/iTouch to view the site. So I used the following to test this: $(document).ready( function() { var screenX = screen.width, ...

Differences of behavior in saving/loading file between iPhone and iPod Touch

Hi, I have developed an application (a Sudoku to be accurate) that runs perfectly smoothly on the iPhone (after of course several minor versions to do some bug fixing). But I have had several reports of issues on iPod Touch exclusively. The normal modus operandi is the following: the first start does not load anything from file the ...

iPhone team dev, do we all need the same OS?

I´m just starting iPhone development with a small team of (really young and naive) colleagues, we all are fairly new to OS X, my question is: If we are planning to develop for every iPod Touch/iPhone out there (not the iPad, I read that thing requires Snow Leopard), what problems will we encounter when sharing code (and making commits) ...

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, perhaps) then I could possibly modify the icon like that. The operation would be: get ...

Do "beta" apps installed on iPod expire when their provisioning certificate does?

I have installed an app on my iPod touch. Will this app expire when the provisioning certificate does? EDIT: I am the developer in this case. I installed it using XCode. I used a development provisioning profile not a distribution one. Does this change anything? ...