Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以将应用程序上的 AppStore 更新与在模拟器上运行应用程序进行比较,更改一些代码,然后再次运行它?或者当您从 AppStore 更新应用程序时,是否会重新安装漏洞应用程序?
我想知道,因为在我的应用程序中,我使用 Key/Value 方法将字符串和整数保存到 userDefaults,但我不确定在 AppStore 更新后字符串和整数是否相同,或者它们是否会被重置。