Page 1 of 1

do for iOS

Posted: Thu Jul 04, 2013 4:50 pm
by andrewferguson
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

Re: do for iOS

Posted: Mon Jul 15, 2013 10:03 pm
by JacobS
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

Re: do for iOS

Posted: Fri Sep 20, 2013 9:40 am
by gpb01
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