Browsing Posts in iPhone dev

About an hour ago I came across a question on StackOverflow about a nice way of getting the variables from a URL like “http://domain.com/action.php?var1=100&variable2=true“. I don’t really need that feature but I always wanted to investigate the NSScanner Class and even though the hour is quite late, I saw this was my opportunity to do [...]

After trying to submit the new version of Stop for a whole day (and night), I finally managed to do so yesterday. iTunesConnect was very unresponsive and every attempt to change any content resulted to a timeout. In any case, now Stop 1.1 is waiting for approval even thought it will be hard to get [...]

If you are an iPhone user and one of those people that enjoy listening to some music when going to bed, I know you’ll be glad to hear about Stop. Stop is an iPhone/iPod utility app that gives us the ability to schedule the music to stop/pause whenever we want. So you won’t be wasting [...]

Lego iPhone Docks

No comments

A lovely day at the office… Kanish’s and Sergio’s hard work finally paid off. We managed to make Engadget look like noobs

If your iPhone/iPod touch app should play short sounds, the quickest way to do this is to play them as SystemSounds. AudioServicesPlaySystemSound(someSoundID); However, if you try to try to change the volume of the app on the device you will notice that the device does not have it’s own volume, but rather it’s using the [...]