Updating an application OTA

后端 未结 3 2183
轮回少年
轮回少年 2020-12-19 18:08

I\'m developing an application that will be available from a website (market probably as well). The problem I\'m having at the moment is how to handle the updates to the app

3条回答
  •  一整个雨季
    2020-12-19 18:22

    Easiest is just to launch an Intent to open the download URL in the Browser. This will download the APK and the user can then install it by clicking on it in the download manager.

    You are saying that this will handle OTA separate to the market so the user should already have disabled "Allow apps from non-Market sources" when they initially installed your app.

提交回复
热议问题