In-App Update gives InstallException (ERROR_API_NOT_AVAILABLE)

前端 未结 7 867
野性不改
野性不改 2021-02-01 23:04

Implemented in-app update feature, using the following code snippet:

private void showInAppUpdateDialog(boolean isMandat         


        
7条回答
  •  清歌不尽
    2021-02-01 23:49

    Temporary workaround for the moment is to surround the OnCompleteListener with a :

    try {...} catch(e: RuntimeExecutionException) {...}

    Just to avoid having to clear the PlayStore cache everytime I relaunch the app

提交回复
热议问题