简体   繁体   English

通过TestFlight安装iOS应用程序是否可以模拟应用程序升级?

[英]Does installing an iOS app via TestFlight simulate an app upgrade?

I read in this Stackoverflow question that to simulate an app upgrade on an iPhone, you should install a new Ad Hoc IPA of the file via iTunes. 我在这个Stackoverflow问题中读到,要模拟iPhone上的应用程序升级,您应该通过iTunes安装该文件的新Ad Hoc IPA。

You can therefore check if the users data is still intact after an update. 因此,您可以在更新后检查用户数据是否仍然完好无损。

I use TestFlight and quite often install new development versions of the app from there. 我使用TestFlight并且经常从那里安装应用程序的新开发版本。 Does this also simulate an app update? 这是否也模拟了应用更新?

You can test this by saving some data from the app, and doing the TestFlight upgrade. 您可以通过从应用程序保存一些数据并执行TestFlight升级来测试这一点。 If the data are still there, then I think that shows that it does behave like an app upgrade. 如果数据仍然存在,那么我认为这表明它的行为就像应用程序升级一样。

When I did these sorts of updates, I think the data stayed, but I recommend testing to be sure. 当我做这些类型的更新时,我认为数据仍然存在,但我建议测试以确定。

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

相关问题 Flutter iOS 应用程序 - 在 TestFlight 中测试应用程序升级 - Flutter iOS app - testing app upgrade in TestFlight iOS 8 TestFlight未安装应用 - iOS 8 TestFlight does not install app 通过TestFlight加载时的iOS应用程序不同 - IOS app different when loading via TestFlight TestFlight升级是否会破坏应用程序中的核心数据方案? - Does a TestFlight upgrade break Core Data schemes in an app? iOS应用程序和TestFlight集成 - Ios app and TestFlight integration 在 iOS iPhone 模拟器上安装 TestFlight 应用程序 - 注册失败 - Installing a TestFlight app on iOS iPhone Simulator - Registration Failed 通过 Testflight 归档和安装应用程序时,iOS Firebase crashlytics 仪表板不显示崩溃 - iOS Firebase crashlytics dashboard does not show crashes when app archived and installed via Testflight 通过Testflight在iOS 9.2.1上启动后,该应用崩溃了几秒钟 - The app crashes some seconds after launching on iOS 9.2.1 via Testflight 如何通过itunesconnect作为ios的内部测试器从TestFlight安装应用程序? - How to install app from TestFlight via itunesconnect as an internal tester in ios? 构建iOS应用程序并通过TestFlight与Jenkins和Xcode 7分发.ipa - Build iOS app and distribute .ipa via TestFlight with Jenkins and Xcode 7
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM