SimplyTweet 1.7 Approved

After weeks of waiting, SimplyTweet 1.7 has finally been approved.

Improved Posterous support

Since adding support for Posterous in v1.5, SimplyTweet has been one of the only (and likely still the only) iPhone Twitter client which supports multiple photo uploads to a single Posterous post, like it should.

With 1.7, if you post photos to Posterous in a tweet, SimplyTweet will automatically convert hashtags to Posterous tags.

Other features

There are many other enhancements and fixes including being able to pick hashtags from the tweet you are replying to, showing different bubble colors in timelines to indicate whether a tweet is sent by you (any of your accounts, not just the currently logged in account) or mentions you (again, any of your accounts).

Retweetability Count Indicator

Also known as character count checker for the vain.

If you like people to retweet your tweet, you really ought to make sure your tweet is short enough so they can include your name and the RT text (e.g. RT @simplytweet I like both Coke and Pepsi). When drafting a tweet, the tweet character counter now turns red when you exceed the number of characters which allow others to retweet you without truncating your original tweet. This takes into account the length of your Twitter account name.

No more manual counting!

Comment

---

Want to Win an iPhone 3GS?

Why

As an independent software developer working alone, having built a product (SimplyTweet) and made continuous updates to it (8 major updates in 8 months, with version 2.0 in the works), it is important to get people to know about the product.

I am going to run an experiment.

Contest

Starting 4th July 2009, GMT 12am, I will be running a contest for 7 days (till 10th July 2009 , GMT 11:59pm).

I will pick a winner randomly everyday which the contest is running. Each winner will win an iPhone Gift Card of $50 (see footnote 1). At the end of 7 days, I will personally pick an extra winner who will win an iPhone Gift Card of $199 (see footnote 1). According to Apple, this is the price for the 16GB version of iPhone 3GS (see footnote 1). The 1st 7 winners can win a maximum of 1 $50 iPhone Gift Card. The 8th winner can be anyone (i.e. one of the 1st 7 winners has a chance to win too).

How to Take Part

To take part in the contest, all you have to do is to send a tweet from your Twitter account with the hashtag #simplytweet. There are a few requirements:

  1. You must send the tweet using SimplyTweet (you can use the Lite version if you don't wish to pay, but I appreciate your support).
  2. You must send the tweet from an account which is not protected. If I can't see the tweet because it is deleted or protected, you can't win.
  3. Say whatever you want in the text, but if you give a good reason why you ought to win the iPhone 3GS, maybe you will get lucky.

You are free to tweet more than once.

I will announce with my Twitter account @simplytweet, everyday at GMT 4pm, the previous day's winner and update this post with the winner list.

Miscellaneous

I'll contact the winners only at the end of the contest and arrange for delivery of the gift cards by 31st August 2009.

Not all countries have iPhone gift cards available. If they are not, I will be willing to provide an iTunes voucher of equivalent value.

This is all in good spirit, but I reserve the right to have the final say of picking who the winners are and will not be liable for any dispute, harm or hurt caused. I also reserve the right to call off the contest if anyone gives me a good (read: very BAD) reason to. So play nice and let's have some fun.

[1] According to Apple, the gift card can be used for all things Mac and iPod. See Apple for the official and final terms.

---

Call superclass version of -touchesEnded:withEvent: in UITableViewCell subclass in iPhone SDK 3.0

If you subclass UITableViewCell and override -touchesEnded:withEvent:, do yourself a favor and call the superclass version. Saves hours wondering why your tableviews don't respond to touches.

Comment

---

Various Aspects of iPhone Application Development

After reading the excellent writeup about BlackBerry application development, here are my thoughts on iPhone application development based on my experience, using most of the subsections in the BlackBerry writeup.

1. Small Range of Hardware

There is a single resolution and screen size, with very clearcut differences across the different hardware models. The key difference was with/without phone+microphone (whether there is hardware GPS or vibration support doesn't matter for most software).

Caveat: This has changed with the release of iPhone 3GS, which has significantly better graphics capabilities. Some game developers may (want to) choose to develop against the 3GS hardware only.

2. A Single SDK

It was easy. You choosing the release (2.x) you wanted to support, develop the software, and then you test it against that version and newer versions in the 2.x range.

Caveat: This has changed with the release of iPhone OS 3, since the OS 3 has some incompatibilities with the prior OS version. It is at least harder now to develop for 2.x and expect the application to look exactly the same in 3.x.

Again, with the new features offered in OS 3, and looking at the adoption rate observed by another developer , there may be many developers switching to OS 3 as the baseline version.

3. SDK comes with Native (looking) Controls

With the builtin controls and some strong, yet random, enforcement of UI standards by the App store reviewers, this helps to both reduce the amount of time spent doing controls right and improving the overall UI quality of all applications.

Caveat: While the SDK comes with most of the native controls which Apple themself use, there are notable missing (or private) components. E.g. the glass buttons used in the Phone app for cancelling calls and in Contacts for deleting contacts. The animation effect (among a few others) on the trashcan button when you delete an email in Mail. The photo and thumbnail viewer in Photos.

Many developers suck it up and develop their own replacements or in certain cases risk using private components.

There has been work to replicate some of this, the three20 frameworksample code is a good example of this which provides several well-written components such as the photo and thumbnail viewers used in SimplyTweet.

But a very important point worth noting for potential iPhone application developers is - it takes alot of time to get the UI right in an iPhone application, precisely because the builtin apps are so well-done.

4. No Background Applications

This is really a plus. You worry significantly less about background applications taking up memory that's available to you. You don't worry about how your application will and needs to behave when the user switches away from your application to another (you stil need to handle incoming phone calls, but hey, it's alot better).

Caveat: While there isn't background 3rd party applications running, there are background builtin applications running. These includes at least Phone, SMS/Message, Email, Clock, iPod and Safari. All of these use up memory. You never know how much memory you will have when your application starts up.

5. Pricing

iPhone applications are mostly way too cheap. And free upgrade policy enforced by the App store doesn't help. The App store is not an open market and it has very poor search/discovery functionality, massively favoring "hits", so it is difficult to price your application much higher than competitors.

6. DRM, Distribution and Payment

DRM, distribution, bandwidth, payment etc are all taken care by Apple. Nice job there.

7. Marketing

It is important to realise that iTunes App store doesn't provide/help with any form of marketing, unless your application is already famous/hyped/successful.

There isn't much I can offer on how to market an iPhone aplication. I have had zero success with marketing SimplyTweet myself. If anyone has any advice for me, I will gladly take it :)

8. The Submission/Approval Blackhole

Many people have written about this. I have had my share of problems with it though. I am still waiting for my update to be approval (been weeks), but it's nothing compared to my 3 months wait for the free and paid apps contracts.

On the whole, the approval process has alot to improve on, and other than the lack of transparency, the most teething problem is when you really do need to get a fix in, you still have totally no control over it.

Comment

---

Excellent Icon Set for iPhone applications

Comment

---

« Older