Reading a .plist file that's hosted online
问题 I'm working on an app that would require to update a .plist file every couple of months, i don't what to resubmit the app everytime for that, so is their a way to host the .plist file online and have the app call it for updates? I tried using NSURLConnection (or maybe i didn't setup it right) but that didn't work... any other ideas? Here is example file that i'm using http://www.iphonedevcentral.com/wp-content/uploads/2009/07/TestData.plist as always thanks in advance, here is my code: