»
S
I
D
E
B
A
R
«
App Icons Messed Up With iPhone OS 3.0 Beta 5
May 13th, 2009 by Anish Kumar
Messed Up Icons With iPhone OS 3.0 Beta 5

Messed Up Icons With iPhone OS 3.0 Beta 5

With the latest release of iPhone OS 3.0 seed 5, the icons of the applications are being messed up. This mostly occurs when we install updates to the applications from App store. Few applications will not have any icons altogether, few apps have icons of their neighbouring apps like shown in the figure. iPhone OS 3.0 beta 5 is lot more buggier than beta 4 or beta 3. Also I have observed beta 5 drains the battery very fast. My iPhone lost more than half of its power over night even without performing any tasks while lying idle. Seems Apple has purposefully made beta 5 buggy so that users are forced to move to the final version expected in the WWDC.

On the screenshot we can observe that, PingPongLite application doesnt have icon at all and NewsPro and Bloomberg have same icons.

However on a positive note, if we restart the iPhone, all icons are restored to their original application icons.

Read the rest of this entry »

Selecting Earlier Version Of SDK When iPhone SDK 3.0 Is Installed
May 5th, 2009 by Anish Kumar
iPhone OS Active SDK Targets Missing

iPhone OS Active SDK Targets Missing

The iPhone SDK 3.0 is great in offering tons of new features to developers to play with. It irresistable not to install it n use it. But we should be ready to make few sacrifices in using it. Firstly as the release notes says, iPhone OS 3.0 beta installed on iPhone can’t be revereted back to a earlier version of OS. While this was a big issue for people who skipped reading the release notes n were excited to install iPhone OS 3.0 Seed 1. However the later versions of iPhone OS 3.0 Seed 3 and 4 seem to be pretty stable and near production quality expect for few problems like low battery backup. The other major issue I am facing with iPhone SDK 3.0 is not being able to set the Active Target to a earlier version of iPhone OS other than 3.0. XCode silently removes all the other available options from the ‘Active SDK’ list and gives only iPhone OS 3.0. This can be annoying, but we cant blame Apple for this as they have warned this in their release notes. The image on the left shows the behaviour I am talking about. Read the rest of this entry »

NSTask Removed From IPhone SDK 3.0
May 4th, 2009 by Anish Kumar

The other day I was trying to build GData with one of my iPhone applications built on iPhone SDK 3.0. The build failed complaining that NSTask is undeclared.  Based on release notes for iPhone OS 3.0, I got to know that NSTask has been removed from the Foundation framework among several other API’s with iPhone OS 3.0. :-(   Moving forward all projects which used NSTask would fail n would require some amount of recoding to fill the missing gaps.

Read the rest of this entry »