Scenario:
Our company wants to develop a mobile application.
Our customers use a web application, which for the most part is hosted at their own servers.
This mobile application will be shipped at the same time as our web application, to make sure that they are compatible with each other at all times without careful mainteanance.
Thus i have to ensure that mobile applications can be distributed in a versioned manner (which is not that easy on every platform).
My question: Is it possible to build, host and distribute(install) mobile applications for windows phone, ios and android?
Research results so far:
1 VERSIONED INSTALL
- Windows phone : probably*
- IOS : probably*
- Android : yes*
Notes:
- IOS: Possible from special app store (along the lines of this)? Either they get build products from us and deploy it in their version of the store or we host it for them.
- WP: I GUESS similar option to ios?
- Android: Allow unsafe sources + install url. (see this)
2 BUILD:
- Windows phone : probably
- IOS : probably
- Android : probably
Notes:
- I'm guessing here, since i didn't start a trial yet, but i suppose depending on platform i can execute a build and receive executables (exe, apk, whateveriosextensionis) which can then be distributed
3 VERSIONED HOSTING
- Windows phone : yes*
- IOS : yes*
- Android : yes*
Notes:
- WP: According to this and this - possible
- IOS: According to this - possible
- Android: Host version at url of choice - should be simple enough? (like this link indicates)