|
|
|
|
|
by some_guy_there
4669 days ago
|
|
There are various other Android app store apart from the official play Store
(Amazon, F-droid, etc). Any app can request permission to install other apps silently, or may be even a newer version of itself. Play Store uses no private API which is not available to other Android developer. Ask your users to download the apk from your website, if Google Play store won't carry your app, and then built-in a mechanism to auto-update at will. |
|