Can my application download a .plist from a URL and replace the one that I built in xcode and shipped with the application?
Thanks Leo
|
Can my application download a .plist from a URL and replace the one that I built in xcode and shipped with the application? Thanks Leo |
|||
|
|
No, you can't change anything in your application bundle. You must download you plist file to some folder in application sandbox (documents or caches) and read it from there. Your possible workflow for reading that plist can be:
|
|||
|
|
|
You can use an Read for More |
||||
|
|
|
maybe this is the answer you are looking for. In this tutorial they load from a website a Plist. http://www.youtube.com/watch?annotation_id=annotation_911912&feature=iv&src_vid=3Oy-evy2xD8&v=JJW25dMSEgg good luck. |
|||
|
|