gpt4 book ai didi

ios - 如果编程语言发生变化,如何更新 iOS 应用商店中的应用?

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:28:58 24 4
gpt4 key购买 nike

我有一个使用具有离线数据库功能的原生 iOS 编写的应用程序。现在我们计划使用 React native 重写应用程序,并使用相同的 bundle id 再次提交到应用程序商店,并更新版本号。

问题是我在旧应用程序中有离线数据库。这可能包含用户创建的数据。如果我使用 react native 开发相同的应用程序并将其作为更新推送到应用程序商店,离线数据库是否会受到影响?

所有存储的数据都会保留还是会作为一个新的新应用程序安装而不保存离线数据?

我在应用商店中的现有应用会受到什么影响?针对此类要求的应用商店提交流程是怎样的?

最佳答案

Problem is i have offline db in old app. And that may contain data created by user. If i develop the same application using react native and push it as an update to app store, will the offline db get affected?

这取决于您使用新应用程序做什么。一般来说,它会保持不变。

Will all the data stored persists or it will be installed as a new fresh application with no saved offline data?

所有数据都将保留。

What will be the impact for my existing app in app store and what is the app store submission process for this kind of requirement?

提交过程与更新此版本相同。你所说的“影响”是什么意思?用户会将其视为更新。如果您需要保持登录或维护以前的数据,则新应用程序的工作是迁移数据或在数据库中读取它们。

要尝试更新,您可以从 Xcode 安装旧应用程序,然后安装新应用程序而不删除它。确保使用相同的配置文件。

关于ios - 如果编程语言发生变化,如何更新 iOS 应用商店中的应用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52400983/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com