|
Hi everyone, I have a huge problem. I am currently working on a game on iPad2 and Android tablets. I need to download a file (an xml file, to be precise) from an url address, and store it on the device for later use (reading, parsing, whatever). I have read that I could use persistentDataPath -- which I have done (as shown below) -- but this doesn't work for the iPad, while being perfectly ok for the Android tablet. Here is a snippet of my code: I really can't see what's wrong with this. Thank you in advance! Bye. EDIT: Just added a missing line in the code. Can anyone help me? :)
(comments are locked)
|
|
here's a fragment for a PNG, it may help you ...
(comments are locked)
|

did you ever solve this one?