开发者

download a complete folder

开发者 https://www.devze.com 2022-12-29 21:29 出处:网络
in my app I use several png-graphics. For the present version they are installed with the app in the folder \"graphic\". I made while programming. Now I need some more png-graphics and I don\'t want t

in my app I use several png-graphics. For the present version they are installed with the app in the folder "graphic". I made while programming. Now I need some more png-graphics and I don't want to make each time an app-update. How can I manage it, that the app is downloading the png-files from my webserver without knowing the name. I am looking for something which compares the files on the webse开发者_高级运维rver with the files on the iPhone and if there is a new (or newer) file download it. Or is it possible to make an plist-file with the graphics??


If you enabled directory listing, you could parse the listing and download all files in there.

0

精彩评论

暂无评论...
验证码 换一张
取 消