- Home /
Download and save files on iphone?
I am developing an application that allows user to browse e-learning lessons and download the content to play the lesson. The download is via WWW.
The problem is how to save the lesson assets on local instead of memory so user can play lesson again in future without re-downloading.
From my knowledge, I think it could be done by use System.IO to save/load on PC.
Does System.IO works on iPhone?
Does iPhone permits the app the save files on local?
this question could possibly help iFone users ...
http://answers.unity3d.com/questions/235365/on-iphone-is-persistentdatapath-the-equivalent-of.html
Your answer
Follow this Question
Related Questions
downloading file, saving on android 1 Answer
Downloading image from the server crash the game in Android Device ? 1 Answer
Download then open image on IOS 0 Answers
WWW not working to load image on iOS from google static maps. 0 Answers
Where is downloaded things from editor script being saved? 0 Answers