skip to Main Content

Noticed this very strange behavior with my android application

  • Installed app from play store with version name 3.1 App is working
    fine.
  • Due to new correction,I’ve installed App via USB connection or by
    sharing apk files with same version name.
  • App is working fine with newly added features but
  • After certain time/days i found that the newly added feature is
    gone and I’m using the play store version…

Additional info:

The same issue occurred in android version 11,12,9  followed by the above process.

However, I have no idea why would it is happening and how to prevent this behavior.

visited this below link for the similar issue and found nothing related to my issue.

Why does Android app rolls back to a previous version after device shutdown?

2

Answers


  1. Chosen as BEST ANSWER

    Found the solution for this Silly Issue.

    from last one month i observed that my release apk which is not in production but has the same version name was auto updated to production version i it is for all the apk user. I tried to disable the of google play store setting of auto update and after few day is not replaced by the production version.

    :)


  2. My guessing is your play store has a function that called update automatically which is opend,your apk on Phone is version behind the play store version

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search