Android Studio – In app update in android always give UpdateAvailability.UPDATE_NOT_AVAILABLE
I am using in-app update but it is not working in production. I tried various ways but could not resolve the issue. The code is in java for android studio project My code is below:- private void checkUpdate() { Task<AppUpdateInfo>…