Posts Tagged ‘iPhone’

WTF is a digital signature?

Tuesday, December 16th, 2008

Today was supposed to be a good day. I have been working for months on an iPhone game and today I was supposed to submit the final build to Apple. Today I was supposed to feel the relief of a project completed. Today was supposed to be call for celebration.

Instead, today was FUBAR because of code signing problems.

In my down time today, as I waited for certificates to be generated and phone calls to be returned, I searched the web for a good overview of digital signatures and public key encryption that I could use to explain the process to people who did not implement RSA in Scheme.

I found “What is a Digital Signature?” by David Youd, which manages to be simple without being misleading. He is writing about email, but the concept applies to code signing if you make the following substitutions:

  • Bob → developer
  • email message → iPhone application
  • Pat → iPhone user
  • Doug → malicious developer
  • Susan → Apple Worldwide Developer Relations
  • Pat’s user friendly software → iTunes

Oh boy

Saturday, November 22nd, 2008

From iLounge, I learn that iPhone OS 2.2 will ask you to rate an app when you delete it from your device. This is bound to introduce a selection bias to the App Store reviews, since there seems to be no equivalent mechanism to encourage contented users to write a review.

Late night/early morning revelation

Saturday, November 15th, 2008

Don’t create a UINavigationController when all that you really want is a UINavigationBar.