Reading files from the internet server
Posted: Fri Apr 04, 2014 5:01 pm
I've a strange problem (and big problem).
My apps (iOS and Android) update the images gallery and
update the news by reading a files on my server on internet (Aruba an italian provider).
The files are in xml format.
I reading the files with this code :
The strange thing is that I've updated the xml file on the server but the application
does not read the new file again, return to the old file.
This happens only for the iOS version (I've tested on 5,6,7 with same results), on Android does not have this problem.
Is it possible that a cache problem?
How to solve it?
Any hints?
Paolo
P.S:
Using LiveCode 6.6
My apps (iOS and Android) update the images gallery and
update the news by reading a files on my server on internet (Aruba an italian provider).
The files are in xml format.
I reading the files with this code :
Code: Select all
put url "http://../images.xml" into tXMLData
does not read the new file again, return to the old file.
This happens only for the iOS version (I've tested on 5,6,7 with same results), on Android does not have this problem.
Is it possible that a cache problem?
How to solve it?
Any hints?
Paolo
P.S:
Using LiveCode 6.6