Hacker News new | ask | show | jobs
by ZoFreX 5434 days ago
What would you advise then for app developers - how easy is it to operate a closed beta on Android or iPhone, for example?
3 comments

For Android, the market can be avoided by just offering the .apk file (e.g. you can self-host the .apk and only share the link with a select group, or if that's not secure enough, require a unique key to unlock the app once it's loaded).

More here: http://www.google.com/search?q=android+sideload+apk

P.S. Has anyone had success developing an Android app with Google's App Inventor tool (http://appinventor.googlelabs.com/about/index.html)?

On iOS it is quite easy using the excellent TestFlight service: http://testflightapp.com/
I don't know for iphone and Android, but Windows Phone just added private betas :-)