Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing published mobile application developing language from ionic to flutter

I have a mobile application developed using Ionic. Now I want to redevelop it in flutter and publish a new update, would that be possible? will google play and AppStore allow that?

like image 556
Kardo Aziz Avatar asked Apr 14 '26 22:04

Kardo Aziz


1 Answers

There is no constraint on development language. But,

  • You need to use same certificates/keys for iOS App
  • You need to use same key-store/keys for Android App
  • If you are using local database or file storage, then you should follow the same path in your newly created app as well. If you are using any third-party library to manage the db or file paths, then it may be in different location altogether. (This one actually happened to me. When I migrated my app from a cross-platform framework to Native the database path got changed in release version)
like image 179
Midhun MP Avatar answered Apr 16 '26 15:04

Midhun MP



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!