简体   繁体   English

是否可以将 ios 应用程序从本机反应转移到 swift 本机应用程序?

[英]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?我在商店中发布了一个 iOS 应用程序,使用 React-Native 制作。(它是由其他开发人员创建的,我不是该项目的原始开发人员。)现在我正在将我的应用程序重构为 SwiftUI。是否可以更改整个项目在同一个 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.我阅读了如何管理应用程序 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.您需要重新提交更新后的应用程序以供 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.确保bundle identifier相同,否则将被视为新应用,不会在 App Store 页面上替换旧应用。

There are already many examples of companies that have completely changed the codebase of their apps.已经有很多公司完全改变其应用程序代码库的例子。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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