android - Override/Upgrade application downloaded outside Google Play with new version uploaded and installed from Google Play -


currently, have downloadable apk outside of google play , thousands of users have downloaded , used it.
question is:

can upload same application google play (maybe same name, greater version), customers can download new version google play store override , upgrade current one, downloaded outside?

yes, things make app unique signature , package name.

if app in google play has same signature , same package , versioncode greater apk installed upgrade old one.


Comments

Popular posts from this blog

python - What's the Pythonic way to report nonfatal errors in a parser? -

sql server - Deadlock occuring in Clustered Columnstore index -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -