ipod

Newbie wants to create a PDF reader for ipod touch - what's the best approach?

I want to make a small app that displays a PDF, presenting zoom-able single pages with a previous-next page function. ...

iPod touch for iPhone development

I am thinking about buying an iPod touch to make some money on developing apps for the iPhone. I like the concept of the App Store and had a quick look at it with iTunes. Looks like applications are categorized, to be iPhone OR iPod applications. Some apps which are free for the iPod seem to cost for iPhone users. What is the difference...

Hidden UINavigationController inside UITabBarController

I have an application with 5 UIViewControllers each inside a corresponding UINavigationController, all tucked inside a UITabBarController that displays 5 tabs at the bottom of the screen. I want to display another UIViewController (inside a UINavigationController) when a dialog button is pressed. This view should only be loaded and unl...

software sale site.

i wish to set up an online site that sells 'expansion packs' for an iphone app im having made. when an expansion pack is purchased on my site, i need a random 'authorization' code generated that is unique to that transaction. this random code enables that user to download the through the iphone app when they input the code into the app. ...

Programmatic iPod Backup on Linux

Are there any publicly available libraries or APIs out there on Ubuntu that allow me to programmatically archive the contents of my iPod? If no library or API exists, what alternative options do I have for saving the contents of my iPod? ...

Access to the ANT Wireless and GPS receiver modules in iPhone/iPod Touch

I'm an iPhone/iPod-touch newbie, and would like to write an iPhone application utilizing the built-in ANT wireless radio. As I found out both the iPhone and iPod Touch have an ANT wireless module, that is used in the Nike+iPod Sport Kit to connect the Nike sensor with the iPhone/iPod. After some googleing, I didn't find much (one articl...

iPhone/iPod receive messages from C# tcpip server using CocoaAsyncSocket

Hello, i'm trying to send/receive data over wifi to an iphone/ipodtouch app from a C# tcpip server. for this i used cocoaAsyncSocket from the google project. If i push a button and i send a request from ipod to server it returns the requested data(song title for example)..i want to know every second what song is playng...so from C# serve...

iPhone - AVAudioPlayer, kAudioSessionCategory_AmbientSound and iPod music

Hi, I'm using the following Audio Session in my app delegate: AudioSessionInitialize(NULL, NULL, NULL, self); UInt32 sessionCategory = kAudioSessionCategory_AmbientSound; AudioSessionSetProperty(kAudioSessionProperty_AudioCategory, sizeof(sessionCategory), AudioSessionSetActive(true); I want the user to be able to play iPod...

Using Manifest Files in UIWebView

I'm building an application for the iPhone/iPod Touch using a UIWebView object. Manifest files seem like an excellent way to do this, and I have gotten our app to load successfully offline in Safari using this technique. My problem is that once I move into my application, I can't get the manifest files to work offline in my UIWebView o...

how to use Firefox but pretend that I am using iPhone (to use Firebug to examine the page design)

Is there a way to use Firefox and Firebug but pretend it is iPhone's Safari by faking the User Agent string? I want to use Firefox to examine the Amazon or Gmail sites and see how the page is laid out for iPhone... just for fun and for experiment. Is there a way? thanks? ...

Apple Ipod and C#

Hi What would be the best way to read ipod songs with C#. I am thinking of doing a interface to the ipod as a test :) Thanks ...

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 loading screen Is there any way to accomplish the same behaviour? or is this just the Default.png displayed by the iPod app at startup? ...

iPod app stops responding after iPod returns from standby mode

The GUI of my application stops responding after the iPod has been in standby mode. The application I have made is based on the "Utility application" template from the wizard in xcode - but the original application still works after the iPod returns from standby. My application plays music (AudioUnit) and when the iPod enters standby the...

implementing ipod playback

how can i let ipod playback continue when my app is on the run..... THANKS IN ADVANCE FOR HELP//... ...

Accessing playlist on iPod

I've written a little program that reads and converts my local playlists from the iTunes xml (some more background on my blog: Reading the Playlists from the iTunes Library XML). Now I want to do something similar with the playlists that are stored on my iPod (in my case, a 2nd generation nano; please no iPhone anwers - I'm already envi...

iPod Touch compared to iPhone as development platform for iPhone apps

Essentially I'd like to know just host 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 really should spend the extra money and put up with AT&T and get the iPhone. What exactly is different between the two devices (other than ...

Can I access iPod library using hidden API's which Apple doesn't allow the use of?

hi, i have searched alot , about how to access video files stored in ipod library using iphone sdkl, i found an article saying that apple does'nt allow you to access ipod or other application but there is some hidden api's which allow you to use any application with yours. my question is that if anyone have any idea of how to use them ...

how to identify a device (ipod Touch/iPhone) is 2G or 3G ?

Hi all, how to identify a device (ipod Touch/iPhone) is 2G or 3G ? ...

How can I detect if headphones are connected to an iPod touch G1?

There are many articles on how to detect if a microphone is connected to an iPod touch G2 via AudioSessionGetProperty / kAudioSessionProperty_AudioInputAvailable, but I have not seen any articles related to detection of headphones connected to an iPod touch G1. To review: iPod touch G2 hardware differs from iPod touch G1 hardware in the...

how to know the generation of ipod touch by code or by programatically??

I ant to know wether my ipod touch is 1st generation or 2nd generation ...