Distant file. Why I get result different for OS X and iOS ?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Distant file. Why I get result different for OS X and iOS ?

Post by jmburnod » Tue Feb 20, 2018 10:11 am

Hi All,
I request the content of a file on a server and i obtain differents contents depending on the version OS X version or iOS version. :shock:

Code: Select all

   put line 1 of url "https://www.alternatic.ch/jmb/ecrireenpictos/MiseJourHistoriqueEEP.txt" into tCurVersion
   answer tCurVersion
Version OS X: tCurVersion = « b1.15 17 11 11 »
Version iOS: tCurVersion = « b1.15 17 10 15 »

Both use the same stack (LC 8.1.6, xCode 8.3.3)

Any idea ?
Thanks in advance
Jean-Marc
https://alternatic.ch

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: Distant file. Why I get result different for OS X and iOS ?

Post by jmburnod » Tue Feb 20, 2018 12:56 pm

The issue remains but i found a solution.
I use a file for iOS and one for OS X and all works fine
https://alternatic.ch

Post Reply

Return to “iOS Deployment”