简体   繁体   English

IOs App仅在更新时冻结在启动屏幕上

[英]IOs App freezes at splash screen only when updated

We have just released an updated version of our app on itunes. 我们刚刚在iTunes上发布了我们应用的更新版本。 Everything works fine when users who currently do not have the app on their device download it. 当当前在其设备上没有该应用程序的用户下载该应用程序时,一切正常。 However it freezes at the splash screen if users try to do an update. 但是,如果用户尝试进行更新,它将冻结在初始屏幕上。

I am guessing this might be some cache related issue since the newer version is indeed totally different and also smaller in size. 我猜这可能是一些与缓存有关的问题,因为较新的版本确实完全不同,而且尺寸也较小。 Could this really be the case or might it be due to something else? 真的是这种情况,还是可能是由于其他原因?

We would really like to avoid publishing a new build to itunes but having current users not being able to update the app is also not very efficient. 我们真的很想避免将新版本发布到iTunes,但是让当前用户无法更新应用程序也不是很有效。

This might happens for different reasons, but I propose some ideas: 可能由于不同的原因而发生这种情况,但是我提出了一些想法:

  • the settings are stored differently and this might freeze the app 设置的存储方式不同,这可能会冻结应用程序
  • some other changes in cached data : different file format, etc... 缓存数据中的其他一些更改:不同的文件格式,等等。

One way to solve it is to trace this using the debugger, or put some logs in and use the Device tool to look at the log and track and identify the issue 解决该问题的一种方法是使用调试器进行跟踪,或放入一些日志并使用“设备”工具查看日志并跟踪并确定问题

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

相关问题 当用户在“系统设置”->“显示和亮度”中启用“粗体文本”时,iOS 应用程序在启动画面上冻结 - iOS App freezes at splash screen when user enables "Bold Text" on System Settings -> Display and Brightness Cordova应用程序在启动画面冻结 - Cordova App freezes at Splash Screen 发布版本仅在IOS Xcode Flutter中加载应用程序的启动屏幕 - Release build loads only the splash screen of the app in IOS Xcode Flutter 当另一个应用程序调用应用程序时,xcode iOS会删除启动屏幕 - xcode iOS remove splash screen when app invoked by another app 适用于iOS应用的自定义启动画面 - Custom Splash Screen for iOS App 在iOS中遍历屏幕像素时应用冻结 - App freezes when looping through the pixels of screen in iOS 导航到另一个屏幕时,应用程序在 IOS 上冻结 - React Navigation - App freezes on IOS when navigate to another screen - React Navigation 在iOS中启动快捷方式操作时,有没有办法不打开启动画面/应用程序? - Is there a way to not open the splash screen/app when launching a shortcut action in iOS? 我更新的 ios 应用程序在更新现有应用程序后只显示启动画面 - My updated ios app just shows splash screen after updating on existing one 应用在ios的启动屏幕或启动屏幕中触击 - App struck in splash screen or launch screen in ios
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM