Search found 5 matches

by richmace
Thu Mar 17, 2016 11:34 pm
Forum: iOS Deployment
Topic: iOS 9 put URL Issue
Replies: 6
Views: 5149

Re: iOS 9 put URL Issue

Yes, of course. The following downloads the data and populates a simple text data grid: NOTE: substritute <url> with your url in quotes (I can't post urls on this forum). My url links to a CSV file. The data grid accepts a tab separated list of columns. put URL <url> into dataRaw replace ";" with ta...
by richmace
Thu Mar 17, 2016 11:13 am
Forum: iOS Deployment
Topic: iOS 9 put URL Issue
Replies: 6
Views: 5149

Re: iOS 9 put URL Issue

Perfect. Yes that fixed it!

Thank you ever so much :-)

This issue has highlighted the fact that I will need secure connections, so I will get that working but at least I can release an update to my app today.
by richmace
Thu Mar 17, 2016 10:43 am
Forum: iOS Deployment
Topic: iOS 9 put URL Issue
Replies: 6
Views: 5149

Re: iOS 9 put URL Issue

I am going to investigate setting up https and see if this fixes the problem.
by richmace
Thu Mar 17, 2016 10:40 am
Forum: iOS Deployment
Topic: iOS 9 put URL Issue
Replies: 6
Views: 5149

Re: iOS 9 put URL Issue

Update: Looking through the iOS system.log, there is the following error: App Transport Security has blocked a cleartext HTTP resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file. I don't see this as a configurable option within Livecode. Sounds l...
by richmace
Wed Mar 16, 2016 9:24 pm
Forum: iOS Deployment
Topic: iOS 9 put URL Issue
Replies: 6
Views: 5149

iOS 9 put URL Issue

I am using the following command to download the contents of a CSV file into a variable: put URL <url> into topScorersDataRaw NOTE: <url> contains a url within quotes. On iOS 8.4, this works perfectly, but on iOS 9.2, the variable is empty. I have confirmed that I have internet connectivity in the i...