so I m making an iphone app, which needs to download a .plist from a server...
我知道如何制造和洗 to,并用一盘点文件做任何事情,但只是为我下载。
I ve tried using this code
NSMutableArray *profileArray;
profileArray = [[NSMutableArray Alloc] initWithContentsOfUrl:@"myurl.plist"];
but it always comes back with a (null) value, what should I do?
预收:D