How to autoupdate android app without playstore? Like Facebook app or any Contest app

前端 未结 4 986
傲寒
傲寒 2020-12-12 12:16

How do apps update internally automatically without updating from playstore? I mean the internal data of app is changed (via internet) without updating from playstore. For e

4条回答
  •  眼角桃花
    2020-12-12 12:38

    Here is the alternate

    https://developer.android.com/guide/app-bundle/in-app-updates#update_readiness

    try this google library to update from the application

        dependencies {
    implementation 'com.google.android.play:core:1.5.0'
    ...}
    

提交回复
热议问题