I`d like to know if there is way to code an update mechanism to release bugfix upgrades or add new features to an installed app ?
(let´s say on Android Plateform)


Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
The recommended way to update mobile apps is through the app store.
use a launcher stack that opens the most current version of the actual mainstack
+1 for this method. It is quite possibly even more simple than how it sounds.use a launcher stack that opens the most current version of the actual mainstack
why not? It will do whatever you have set the stack to do.hmm...okay...so its mostly useable on larger screens...like desktop ones.
I mean : it wont resize out of the box to smartphones or tablets ?
As far i know that is not possible for iOS app. Apple doesn't allow import code and consider stacks as codeyou can update the stack on your server whenever you want. Whenever anyone opens that launcher, it will open your most recent version of your stack