--
You received this message because you are subscribed to the Google Groups "Android Discuss" group.
To post to this group, send email to android...@googlegroups.com.
To unsubscribe from this group, send email to android-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
I'm new to Android development (in fact, I'm developing my apps with
Adobe AIR),
so can someone explain how can this be accomplished?
Thank you!
Nobody knows about this? (private "Android market")
Just send them an email with a link to the apk on your corporate server. If you want, have the server make them go through a login or only serve over your vpn or coporate wifi. Or have your app periodically check the server.
As long as you are willing (and able) to check allow non-market sources in the device's settings menu, and have the users confirm the installation, all you really need to do is point android at the .apk
Could you not just Push an "Update Available" message through the app?
I'm not entirely sure how this in normally accomplished, much less on
AIR, but should be possible. Otherwise, there is always the tried and
true email. Cheers ~Chris
Could you not just Push an "Update Available" message through the app?
Otherwise, there is always the tried and true email.
Could you not just Push an "Update Available" message through the app?
Well, I guess I could, but I'm not sure if an opened Android application can be reinstalled
with this method, since in Honeycomb users can't close applications unless using
a third party Task Killer (ideally, the app should autoclose when trying to install the APK;
I'll have to check that).
Well, I didn't know I could just open and install a downloaded APK from the browser. In the iPad you certainly can't just
download a IPA file and install from the Safari browser (in a non-jailbroken device).
No problem. The OS automatically shuts down the process of any app getting reinstalled.
Don't take this the wrong way, but I think you'll find that many things are possible on Android which aren't on iOS. Speaking for myself, that's a major reason behind my choice of platform.