I have on my server a php code, when its called mydomain.com/index.php?id=11, it creates PList-format. But I must save this first on my computer via Browser(safari->save page) and must change the suffix from (.html) into (.plist), so all steps are manually. And then it used in Xcode.
How I can download direct this code by calling mydomain.com/index.php?id=11 in Xcode and save as .plist ??
Thank You!
Assuming the Plist contains an array of objects, are you able to do this?
The same approach would work for a dictionary. I don’t think that the suffix matters when doing this, but I haven’t tried it myself.