WWDC Day One
Apples annual conference kicked off last week and Blazing Cloud wasn’t about to miss it’s chance to attend. Many exciting things happened like a preview of the 4th generation iPhone, a preview of...
View ArticleObjective-C Gets Blocks!
New to Objective-C is the block syntax. A block is a section of code that is grouped together and designed to be treated like one statement. Blocks also package up the lexical scope of variables and...
View ArticleBieberFy
Here at Blazing Cloud we are happy to announce the launch of our first official product, BieberFy! BieberFy was inspired by Justin Bieber and the overwhelming response to his floppy teenage hair cut....
View Articlesysctl
Occasionally my shared memory segment settings in my /etc/rc file aren’t applied correctly during startup and I get the following error when I try to start Postgres:FATAL: could not create shared...
View ArticleiPad custom fonts
Wish I had found this doc earlier for a project I just completed. So custom fonts can be embedded in iOS 3.2 as described in What’s New in iOS: iOS 3.2: Custom Font Support Applications that want to...
View ArticleUploads got you Down?
Anyone who has attempted to perform a large HTTP file upload from a memory constrained device will quickly discover serious roadblocks. Using the HTTPBodyStream property of an NSMutableURLConnection...
View ArticleEnterprise iOS Distribution
With an Apple Enterprise Account, iOS applications may be distributed without the tedious UDID provisioning required for iOS apps that are destined for the App Store. This lack of provisioning makes...
View ArticleiOS Enterprise: TestFlight vs. Web
TestFlight supports distribution of Enterprise apps using it’s standard invitation / team management process. This post compares the process of using TestFlight, with the process of using a web server...
View Article