With iPhone, creating your own AppFramework is made impossible by the fact that Apple won't let your apps download binaries. One can understand this as it would potentially mean that people could set up their own App Stores (however unlikely it may sound).
Is there anyone who knows of any such restrictions for Android?
Just FYI: What we want to achieve is this: A small app that you run that can act as host for any apps that we want the user of it to be able to download and run. The reason is that we want to be in control of ALL apps our customers run and be able to upgrade them separately while they only need to download and install ONE app from us, that can potentiall host 100s of functions. As stated, this is not possible with iPhone, the question is if it is possible with Android or if there are similar restrictions there i.e. only deploy App from some Android Store, not allowing for binaries to be executed by apps etc? Thanks.