2012 March

Zeilsteen 2.0

March 23rd, 2012 posted in Apps

Great news, Zeilsteen for iPhone version 2.0 is approved by Apple.
It will be available soon.

The following this have changed:
+ Full background playing. (Yes it does work this time)
+ Library with latest played songs, and album images if available.
+ Currently playing information on Lock screen (iOS 5).
+ Twitter and Facebook integration, brag about the great songs on Zeilsteen.

Retrieving files for document directory

March 21st, 2012 posted in Apps Developement Objective-C

Ever had the need to retrieve data stored in the document directory of you iOS application. Well surprisingly Xcode can help you.
Read the rest of this entry »

Deprecating uniqueIdentifier is a good thing.

March 9th, 2012 posted in Apps Developement Objective-C

Since iOS 5 was first in beta many developers started complaining about the fact that the [[UIDevice currentDevice] uniqueIdentifier] got deprecated.
Some developer even stated that is was the worst idea Apple ever had.

Well I don’t agree with them, this is about the smartest thing they did. If only for the privacy of the user.

Read the rest of this entry »