1

iPhone 3GS

Posted by lorenb on Sep 8, 2009 in business, iphone

Finally got a iPhone 3GS. They have been sold out in Canada and some what hard to get up here. Got a friend to pick me one up in Hong Kong. As a bonus the phone is unlocked (it’s against the law in Hong Kong to sell carrier locked phones) so I can use it [...]

 
1

Snow Leopard Install

Posted by lorenb on Aug 28, 2009 in iphone, technology

Got my copy of Snow Leopard today. I’m in the process of installing it now on my Macbook. The install was straightforward as you can see from the screenshots below. I don’t expect any issues.
Note there is an iPhone SDK available for Snow Leopard now (400MB download) at the iPhone Dev Center

 
1

MMATracker 2.4

Posted by lorenb on Aug 13, 2009 in business, iphone

MMATracker v2.4 has been submitted to Apple. Changes in this release:

Fixed problems with MMAJunkie news feed
Show title/description for news articles
Replace WAMMA with Strikeforce in Champions view
Remove deprecated APIs

Note that MMATracker now requires OS 3.x so if you are still using 2.x now would be a good time to upgrade.
Screenshot of news view in portrait:

In landscape:

 
1

ASCII vs UTF8

Posted by lorenb on Aug 13, 2009 in business, iphone

We got some email from MMATracker users saying that the MMAJunkie RSS feed wasn’t working in the application any more.
The code that I was using:
NSURL *xmlURL = [NSURL URLWithString:URL];
NSError *err = nil;
NSString *xmlFeed = [[NSString alloc] initWithContentsOfURL:xmlURL encoding:NSUTF8StringEncoding error:&err];
if (err) {
// handle error
}

After some trial/error, I determined the problem was the encoding. It was ASCII [...]

 
0

Apple Review Times

Posted by lorenb on Aug 11, 2009 in business, iphone

Still no word from Apple about the latest MMATracker release. Used to only take around 6/7 days to get an approval for app updates, but that seems to be rising.
I’ve talked to other developers and they have noticed the same thing. Perhaps Apple is having trouble keeping up with demand.

 
1

Porting from iPhone to Windows Mobile

Posted by lorenb on Aug 5, 2009 in iphone, windows

Saw a Microsoft case study on Porting the Amplitude Application from the iPhone to a Windows Mobile Device. I’ll have to read that in more detail later on.

 
0

High Scores

Posted by lorenb on Aug 5, 2009 in game development, iphone

I’ve been thinking about high scores and how that should be implemented in a game. If you are only concerned about local scores that can be done using NSUserDefaults or you could use a sqlite database. Those are fairly easy to implement.
Local scores though are limited in use. They are good if you want track [...]

Copyright © 2010 LB Technology Services Blog All rights reserved.