So, I have this bit of a project planned for the Windows Store and Android. Basically, a networked multi-tool combined with a scripting mechanism for implementing protocols and behavior. Ideal use of things like "my embedded device uses this simplified network protocol. I would like to quickly prototype the way it is controlled from my tablet."
I understand that the Android market should not have any problems with this. However, the Windows Store policy includes a vague proposal to execute remote code.
3.9. All application logic must come from the application package and be in it. An application should not attempt to modify or expand packaged content. Through any form of dynamic inclusion of code or data that changes the application interacts with Windows Runtime or behaves with pay attention to the policy of the store. This is not valid, for example, load the remote script and then run the script in the local context of your application package.
Of course, the script engine will be isolated from the sand and it should be “safe” (completely intuitive, without reflection), but does it violate this policy?
Earlz
source share