What's the right way to do modules under iOS

2012-02-24 Thread Ken Corey
Hi All, I'm building a large set of applications in LiveCode that work together. There's the initial login module, and once logged in you're given access to the modules that user is elligible for. The login module is working more or less the way I want, but the other modules are currently

Re: What's the right way to do modules under iOS

2012-02-24 Thread Guglielmo Braguglia
Hi Ken, if I understand well, your idea is to have a main module that download other executable modules (/livecode stacks/) ... ... if this is correct ... look into App Store Review Guidelines : 2.7 Apps that download code in any way or form will be rejected 2.8 Apps that install or launch

Re: What's the right way to do modules under iOS

2012-02-24 Thread J. Landman Gay
On 2/24/12 6:13 AM, Ken Corey wrote: For #1, I'm envisioning being able to download each module as a separate standalone, and open it as a substack from within the Login module. Is that the way it should work, or is there a better way? Well, you can't open standalones as substacks. The way to