Implemented in-app update feature, using the following code snippet:
private void showInAppUpdateDialog(boolean isMandat
After long time of debugging. I found, this is because of we are testing the app directly in mobile. Even though we generate and use signed apk, this error will occur. The only way to get rid of this error is, we need to download the app from google play.
We can use Internal app sharing to test or simply publish our app.