N
N
Nikita Sklyuev2013-01-09 03:39:33
Android
Nikita Sklyuev, 2013-01-09 03:39:33

Automatic update of applications not from Google Play. How?

Hello dear habrchane.
There was such a problem, there was an urgent need to update the application not from Google Play.
Somehow, after reading this article and installing the application described there, I found that at one point the application offered me an update, and after I clicked on the notification, it updated itself.
Please tell me, kind people, how to implement a similar update system in your application.
I’ll make a reservation, the application is not mine, it was only handed over to me for revision, and I don’t know the reasons why it’s not in the market, but the need for automatic updates is acute!
Thank you all in advance for your response!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mihaildemidoff, 2013-01-09
@mihaildemidoff

Well theoretically it should be quite possible. We need a self-written update server, which, when a new version appears, sends a push to the device. The device, in turn, downloads a new apk file, and then we work according to this method android.amberfog.com/?p=98 . It seems like it should be.

R
recompileme, 2013-01-10
@recompileme

I did it as described here (the need for a version update was checked at startup), it worked
stackoverflow.com/questions/4967669/android-install-apk-programmatically

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question