do for iOS

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
andrewferguson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 184
Joined: Wed Apr 10, 2013 5:09 pm

do for iOS

Post by andrewferguson » Thu Jul 04, 2013 4:50 pm

Hi,
How does the do command work with the Apple iOS Licensing Agreement? Would an app that contains users typing commands into a field and then "do field 1" being run be allowed onto the app store?
Thanks,
Andrew

JacobS
Posts: 58
Joined: Mon Aug 20, 2012 8:41 pm

Re: do for iOS

Post by JacobS » Mon Jul 15, 2013 10:03 pm

Hi Andrew,

I have an app on the App Store that allows users to create custom commands and then I run a "do" command on it. I never have gotten any complaints or anything negative from the Apple App Store reviewers about including this feature.

-Jacob

gpb01
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 281
Joined: Sat Jun 04, 2011 5:41 pm

Re: do for iOS

Post by gpb01 » Fri Sep 20, 2013 9:40 am

andrewferguson wrote:Hi,
How does the do command work with the Apple iOS Licensing Agreement? Would an app that contains users typing commands into a field and then "do field 1" being run be allowed onto the app store?
No problems, your App can't exit from her "sandbox" so ... Apple don't care.

On AppStore you have Basic interpreters like : https://itunes.apple.com/us/app/basic!/id362411238?mt=8, Python interpreters like : https://itunes.apple.com/us/app/python- ... 11279?mt=8, etc. ;)

Guglielmo

Post Reply