Sign flutter project with the same Keystore as an already published project

Asked

Viewed 141 times

2

I have a question I have an application made in Kotlin in android studio already published in the store but I discovered the flutter and I like to use it more as language, I was thinking of redoing this project in flutter, i can sign it with the same Keystore of the project already published in the store and send as an update?

  • 1

    I’ve never been through this, but since your app maintains the same applicationID I believe there will be no problems when publishing

  • 2

    Changing the technology used to create the app is no problem. The app must have the same package name and be signed with the same key. I’ve made app with java that changed to Ionic and changed to Kotlin, always updating smoothly.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.