简体   繁体   中英

Is it possible to transfer ios application from react native to swift native app?

I have an iOS app published in store, made with React-Native. (it is created by other developer, i'm not the original developer in this project.) Now i'm refactoring my application into SwiftUI. Is it possible to change entire project in same package? I want to keep app store page of my application.

I read how to publish applications. I read how to manage app package uri.

Yes, possible. Keep your bundle identifier same and Increase your app version.

It is completely possible. You need to re-submit the updated app for review and approval by Apple.

Be sure that the bundle identifier is the same, otherwise it will be treated as a new app and will not replace the old one on the App Store page.

There are already many examples of companies that have completely changed the codebase of their apps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM