The Otamata app lets you play funny sound effects for your friends. I got the idea one night when hanging out with one of my friends, let's call him "Todd", who was was still in the habit of saying "That's what she said!" after any potentially fitting statement. You know that old yarn. Anyway, I thought to myself how awesome it would be to play a "crickets..." sound effect after one of his less successful attempts. Having an iPhone at the time, it seemed like a good idea to make an iPhone app.
Not ever having coded in Objective-C, there was a bit of a learning curve. I had to learn the many square brackets, re-learn reference counting, and deal with things called "zombies" when you release too many references.
Anyway, a couple months later and the first version was in the Apple app store. It got approved for a few subsequent updates as well, but ultimately my last update was NOT approved and basically the project was dead.
The source code is here mostly for academic purposes. Perhaps someone might find it useful.
Unfortunately, there is some sensitive data in the config.h file relating to the backend API, so it's not included here. So this probably won't compile. Let me know if you need a version and I can try to create one.
There's a backend API and website supporting the app as well, written in C#.
The website should still be live: http://www.otamata.com/
Enjoy some screenshots of the various UIViewControllers that make up the Otamata iOS app.