Comments

I have been thinking which to use.

I am already using Google App Engine (Java) for a few years, running a couple of web apps on production. And paying them ever since they started charging.

I tried a few apps on Dotcloud, but never yet deployed any on production.

Continue reading →
iOS
Comments

If you are an iOS developer, you are probably familiar with the 3 ways to install an app – Run/debug on device, Ad hoc distribution, and App Store distribution.

For each of the 3 ways, Apple provisioning portal has provided the provisioning certs you must use to sign the binary.

Adhoc distribution is the most complicated (the other 2 ways are very straight forward). Over the years, the process has also changed.

This post is for development with Xcode 4.5.

Continue reading →
iOS
Comments

There are some simple steps you can take to make your iOS app friendly to the visually impaired users. All you need is to provide more meaningful labels and iOS VoiceOver will take care of it.

I am guilty that I didn’t take these simple steps whenever I release a new app, even though I know about it since iOS 3.. Sometimes, I need a reminder.

Treat this post as another reminder. And as a guide.

Continue reading →