I am creating an application that makes the android device essentially run in kiosk mode. (Yes, voluntarily). Part of the application needs to be able to check if a new update of itself is available or not. I've done a few hours of research, but I have many questions. My questions are: 1) I tried to host the file on dropbox, but when the .apk downloads (if the connection doesn't time out) nothing happens. There is not prompt to install/update the app. Why is this? 2) What do I need to include in my code to make the request retry if the request times out? 3) How should I even host the file? Should it be through dropbox, mediafire, or through a personal dedicated server?
As I am just starting within this automatic updating idea, I assume many others are also in my shoes. Thanks Everyone!