Search found 4 matches

by greaper76
Sun Mar 09, 2014 5:28 pm
Forum: iOS Deployment
Topic: App upload error as of Feb 1
Replies: 23
Views: 20670

Re: App upload error as of Feb 1

Hi,

Sorry if I am posting this in the wrong thread. I have had errors trying to submit my app to apple using livecode 5.5.5 and xcode 5.0.2. Am I to understand that Livecode 5.5.5 cannot be used to submit ios apps anymore, which means I have to now purchase a livecode 6.5 license.

many thanks,
by greaper76
Fri Mar 23, 2012 9:17 pm
Forum: Databases
Topic: database connect question
Replies: 36
Views: 32352

Re: database connect question

Thanks Dave, I am going to try the php method first as I have a host a already and would prefer staying with them. I do have one more question though, Can I send parameters for the query from my app to the php script and if so do you know what the code will look like. I am not very proficient in php...
by greaper76
Fri Mar 23, 2012 4:07 pm
Forum: Databases
Topic: database connect question
Replies: 36
Views: 32352

Re: database connect question

I have just seen that we could use an on-rev site and create an irev script file to query the database for you. I will need to query the database based on values that are entered by the user within the app, can this be done using an irev script file.
by greaper76
Fri Mar 23, 2012 3:03 pm
Forum: Databases
Topic: database connect question
Replies: 36
Views: 32352

Re: database connect question

Hi guys I am new to Livecode and IOS development and I have run into a brick wall with the app I am creating. I need to be able to pull data from a Mysql database and display the data on the phone. I have read the previous threads and understand that IOS does not support database connections. There ...