MMATracker 2.4
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 [...]
ASCII vs UTF8
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 [...]