Over five years after the launch of the App Store and we still don’t have an integrated way to send out beta/test versions of our apps. I really like Sean Heber’s view of how this could work (although I’m not going to hold my breath waiting for it to happen). If you agree, and want to make it more likely though you could go and dupe this radar.
This article by Manbolo takes a look at four different methods of capturing networking data from your app to give you detailed information at the performance of your network code. It’s not the simplest of tasks but if you are trying to debug network performance problems then this is going to be an essential read.
Mark Pospesel with a gotcha when using CGRectIntegral along with some code to work around the issue. This post should also serve as a good reminder to always check your drawing code for misaligned views.
There have been plenty of posts written recently about iCloud Core Data syncing issues and I don’t think I am going to link to any more of those. However this article by Ben Lachman and Robert Cantoni takes a slightly different look at some of other considerations around adopting iCloud for syncing. I don’t see these issues in the same league as the reliability issue but certainly these are things to think about before using iCloud.
Matthew Elton takes the reins for the Friday Q&A this week with a look at implementing UITableView from scratch. The sample code provided has options to toggle the cell reuse optimisation which gives a glimpse of how life could have been without the reuse pool technique used by UITableView.
Cute little abstraction of dispatch_after by Jamie Montgomerie. In 3 seconds, use this code.
A new series of posts over on Ray Wenderlich’s site interviewing app developers begins with Pablo Ruiz interviewing Alvaro Azofra on how their game Kingdom Rush came into existence and managed to stay high in the charts.
This infographic by Tope Abayomi gives some useful tips on how to write the perfect pitch email when trying to get your app noticed by the review sites.
After publishing “All The C You Need to Know” a couple of weeks ago, Bill Dudney has turned his attention to Image IO this time. Even though the title of this book might indicate a cursory glance over the topic there is actually a wealth of really in depth technical information in here on one of the most important topics for iOS developers, dealing with Images in all their forms.
Graham Lee with a look at the birth and early history of Objective-C.