Quantcast
Channel: LiveCode Forums
Viewing all articles
Browse latest Browse all 713

iOS Deployment • get URL no longer works in iOS app

$
0
0
I just updated to LC 10.0.1 (rc 1), and the previously working URL downloads have stopped functioning in my iOS apps. I scoured the docs and the forum, but cannot find a fix for the problem.

I have always included the internet and the SSL libraries in my build. Here is sample code:

CODE:

      get URL(udFileName)      if it is not empty and not (it contains "error")      then         put it into tData       else         put getDLerror(it) into dlError         answer dlError & cr & "Notes data" && "not loaded." as sheet      end if
Even though using the udFileName in a browser (both desktop and iPhone) gets the proper data, I get this from my app


An error occurred:
tsneterr: HTTP response code 500 returned from server.



Any ideas what may have happened? The code worked fine before.

Thanks!

Statistics: Posted by rcmills — Tue Nov 12, 2024 9:44 pm



Viewing all articles
Browse latest Browse all 713

Trending Articles