java.lang.reflect.InvocationTargetException while inappupdate android if retries
问题 Steps to reproduce this error: Click update button & it opens update app dialog since it's AppUpdateType.FLEXIBLE . Click No, thanks Try update again. App crashes with following error: I'm getting this exception while updating the app via inappupdate on following line. appUpdateManager?.startUpdateFlowForResult(it, AppUpdateType.FLEXIBLE, activity, REQUEST_CODE_FLEXI_UPDATE) //it == AppUpdateInfo object Stacktrace: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com