Reputation: 41
I have an Android app that was originally developed in Kotlin and published on the Google Play Store two years ago. Recently, I rewrote the app in Flutter while keeping the same package name and uploaded it as an update to the Play Store.
However, when I try to update the app from the Play Store on a device that has the old Kotlin version installed, I get the following error message in the Play Console: "Try again, and if it still doesn't work, see common ways to fix the problem."
Steps to Reproduce:
Things I Have Tried:
Why is the update failing when migrating from Kotlin to Flutter using the same package name, and how can I fix this issue?
Upvotes: 0
Views: 39