Issue
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?
Solution
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)
Answered By - Midhun MP
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.