Code, Code, Revolution!
A friend at work gave the the ipcc-settings file needed to activate MMS and tethering for Telenor in Sweden. Download the settings, unzip and use iTunes to install it. Installation in iTunes is just like how you install iPhone OS 3.0, using the key combo on update button to manually select the file.
For MMS to [...]
During the keynote it seemed Apple would disappoint everyone with iPhone OS 3.0 but after blabbering about 3rd party apps for way too long they unveiled the new features and it’s clear they’ve listened to their customers. MMS, cut and paste, landscape mode and spotlight search were some of the most requested features that will be available in [...]
UPDATE – 2009-07-07: I’ve updated this post and the example project to support iPhone OS 3.0. The code is now compliant and work in all currently existing versions of iPhone OS, latest right now is iPhone OS 3.0
This post is something I’ve worked on for quite a while. One of the biggest challenges building HittaHem [...]
Great success!
HittaHem was launched a week ago and it was a great success! It took just over 24 hours to become the most popular free application on the Swedish AppStore both in the Lifestyle category and overall. The application was praised and mention on many of Sweden’s largest sites. Here’s a list of sites that [...]
There’s a YouTube video of the application I’ve developed together with my long time friend Hampus Nilsson for Svensk Fastighetsförmedling.
Hitta hem on YouTube
Download the app here.
*NOTE* Yes, that is my iPhone in the video. Some comments on YouTube implies that it’s an unlocked/hacked iPhone because Telia is not the carrier. This is not the case. [...]
It’s finally live!! The reason I started this blog and the source of much of the iPhone code I’ve published is finally available on iTunes App Store! I’ve been working on an app which uses the location service to locate the device and then find real estate for sale nearby. Svensk Fastighetsförmedling is one of [...]
I just got my (fist) app rejected for App Store by Apple because it relies heavily on the internet connection being available and I didn’t have an information screen about the iPhone being in flight mode so the application wouldn’t do much. In my opinion only an idiot wouldn’t understand that an internet application wasn’t [...]
Ever wondered how many lines of code you’ve written? Try this command in a shell:
find . -name “*” | xargs wc -l
Of course you must move to the projects’ directory first. I looked for an addon for XCode but realized it’s not needed. If you’re a windows junkie, install an add-on to VS or install [...]
With this blog I try to provide useful tips and solutions for programming .NET, Objective-C and more. My name is Björn Sållarp, and I love writing code.