iPhone Development Rambling

A couple of weeks ago I took the plunge and signed up for the iPhone Developer program. At the time I signed up I didn’t actually own an iPhone or iPod Touch and the plan was that I would to do all development using the iPhone Simulator that comes with the iPhone SDK. This idea was going well until last weekend when I decided I wanted to play around with one of the fancy features of the iPhone/Touch, the accelerometer. I discovered that the simulator unfortunately does not implement the functionality of the accelerometer.

So that was depressing until I found this, it appeared like it was exactly what I needed, a way to simulate the accelerometer. But after spending a day trying to get the setup to work and output meaningful data, I gave up on that route. That was when I bit the bullet, I ordered a refurbished iPod Touch from Apple’s website.

Slight tangent, I have to say that I recommend Apple’s refurbished products to anyone looking to save money on an Apple purchase. Refurbished products come with the same warranty as non-refurbished products and in most cases are indistinguishable from what you get when you buy new.

Development has been going well on my first iPhone project which is actually a rehash of my first cocoa app, an app that was unfortunately never released because of some functionality issues. I also have some plans to create an iPhone version of decline. The challenge will be trying to figure how to refactor the UI to work in an iPhone/Touch environment.

Stay tuned for more iPhone Development Rambling as I figure out all the ins and outs and differences between Cocoa and Cocoa Touch.

And now your moment of zen:

Tags: , , ,

3 comments

  1. I feel that I have ascended to the astral-plane after watching that video. Buddha, eat your heart out.

    p.s. your captcha has me typing “but modicum” I feel violated.

  2. Hi, I’m the author of the post at ifiddling.blogpsot.com. I’m sorry to hear it cost you a day and didn’t work out. Do you remember anything in particular that didn’t work?

    Anyway, I’m glad you bought a device. I continue to be frustrated by hitherto unknown incompatibilities between device and simulator all the time.

    Best
    Karan

  3. Karan: I don’t recall the specifics, I just remember that I wasn’t getting any simulated accelerometer data.

    No worries though. Thanks for the comment. :)

Leave a comment