Turn off Sandbox in Mendix free app

1
Hi Experts, is it possible to shutdown the sandbox in mendix free app. The purpose is I have created one hybrid offline application, need to test few of the scenarios when cloud is up & down. Any suggestions, that would be great and helpful.   Cheers, Srilatha
asked
1 answers
0

not a official solution, but you could try this hack;

Add an after startup event, which has a infinite loop, a delay using Java(available in community commons)  or alike.

Then restart you app from studio Pro, and test offline capabilities when app goes down for restart. App won’t be accessible until the afterstartup is done. Which wont happen ;-)

answered