0
I am trying to update an App and am not getting it. The following error message is shown:
None of the users who have this APK installed will be able to do upgrade to one of the Apks added in this version.
0
I am trying to update an App and am not getting it. The following error message is shown:
None of the users who have this APK installed will be able to do upgrade to one of the Apks added in this version.
Browser other questions tagged android google-play apk
You are not signed in. Login or sign up in order to post.
Changed the version on
gradle
? Added some limitation that your users - not yet - have?– Valdeir Psr
@Valdeirpsr changed the version of Gradle yes. Can not change ?
– Filipe Amaral Neis
You can change yes, but before climbing you need to change the
versionCode
andversionName
in the Gradle.– Valdeir Psr
@Valdeirpsr yes I did it. :/
– Filipe Amaral Neis
By chance changed the signature or key of the application used to sign the apk?
– Grupo CDS Informática
@Grupocdsinformática no, I have updated other times and only now gave this problem. I will redo the whole process to see if I can.
– Filipe Amaral Neis
See if this resolves https://answall.com/a/235268/3635
– Guilherme Nascimento