Thursday, August 27, 2009

Fight the race to .99

There was some talk a while back about the race to the bottom, the pressure to price your app at $.99. There was a lot of talk about various things that some people thought would help. I thought most of the things that were suggested might be helpful. But really what the developers need are marketing tools that allow a developer to leverage a good app into good tools. A lot of this centers around brand success. Here are some simple things that I think would help a lot.

1. Allow developers to link to their apps as a group.

Let's say that I have a good app. People like it and use it. I would like to provide a link from this one app, to my other apps. It sounds simple enough, but isn't possible today. Check out Digital Chocolate. They have implemented a special word in their app descriptions - dhoc - in order to allow them to search for just their apps. The problem is that the iTunes app on the device only lets you link directly to an item and not to a publisher/artist.

Let me build up my brand.

2. Encourage users to rate apps that they run regularly.

My Pinch Media stats tell me that less than 10% of users rate apps that they have purchased. Give users a special app that lets them rate the apps that they run regularly. Make it easy to rate apps.

3. Let developers link directly to the app ratings system.

The NYTimes app attempts to do this. If you run their app a few times successfully (a challenge), then it will prompt you to go to the app store to provide feedback. They did this because it was easier than fixing their buggy app - but I digress. The problem is that the only thing you can do is link to the app description. I would like to be able to put the user right at the screen where they rate the app.

Why is that important to take them right to the app? I have had more than one friend buy my app and say they love it! Then I ask them if they have reviewed my app. They give me this confused look and ask how to do that. These are technical folks too. Engineers, IT folks and such. It is just to easy to give negative feedback on an app and to hard to give good feedback.

4. I'm going to write an app that does this one.

5. Provide some sample code to the developers on how to do the above items easily.

Encourage the developers to do it in a uniform manner.

Rate of decline in the usage of OS 2.x

I use Pinch Media's libraries in some of the apps that I develop. Even if you don't use their library, it is worth signing up on their site just to get their weekly statistic reports. Every week they send out a report telling you various things, including what OS version people are running across all the stats they collect. Currently they report that 2.x usage is at about 23%. As a developer, that kind of sucks. It would be so much easier if you didn't have to consider the 2.x crowd.

I'm a bit of a statistics and spreadsheet junkie. And I was curious about the rate of decline and what that would mean for the future. More importantly, at what point can I ignore the 2.x users because they are less than 1% or something close to that. The answer is... Thanksgiving. If the trend continues at a steady rate (it won't), then there will be almost no 2.x users by the first week of December - well, less than 1%.

To me that says that if you are currently developing a new app, don't even worry about the 2.x folks.

Saturday, August 8, 2009

Installing an app prior to release on iTunes

I develop iPhone and iPod Touch apps for other people. At some point in the development process they will want me to send them a copy of the app so that they can put it on their device prior to sending the app to Apple. This is done with what Apple calls Ad Hoc Provisioning. There are a few hoops to be jumped through in order to pull this off.

1. Send your developer your Unique Device Identifier or UDID for short. Your UDID is that nice long number that uniquely identifies your device to Apple, other developers, etc. You could copy it by hand out of iTunes, but the easiest and least error prone way to do this is to run one of the free apps that helps with this. About Device is a pretty good one. Follow the link and install it via iTunes. When you run it, it will gather a bunch of information and put it into an email for you. Send that to your developer.

2. Your developer will then send you a build of the app (zipped up) and a file that ends with .mobileprovision.

3. a) If you are running on a Mac, unzip the app and drag it and the mobileprovision file onto the iTunes icon on your doc.
b) If you are running Windows, then your developer needs to send you an .ipa file. This is basically the same data zipped up in a folder named Payload. You can just drag this .ipa file onto Library → Applications in iTunes. For more details instructions I recommend checking out this website over here.

4. Do a sync and you are done.

When you do an update I recommend uninstalling the app from the device first.