简体   繁体   English

已安装TestFlight App,但未在TestFlight App Display中显示已安装(TestFlight显示已安装90%)

[英]TestFlight App installs but does not show installed in TestFlight App Display (TestFlight shows it at 90% installed)

So I have two apps successfully submitted for TestFlight Beta Testing (See image below). 因此,我有两个成功提交TestFlight Beta测试的应用程序(请参见下图)。

For the first one, installation works as expected. 对于第一个,安装按预期进行。 For the second one, the app appears "stalled" at around 90%. 对于第二个应用程序,该应用程序“停滞”在90%左右。 Never gets passed what's shown in the image. 从不通过图像中显示的内容。 However, if I return to the home screen the app has installed (no install progress indicators on app icon) and appears to be functioning normally. 但是,如果我返回主屏幕,则该应用程序已安装(应用程序图标上没有安装进度指示器),并且似乎运行正常。

I receive no errors within TestFlight and no error logs are produced. 我在TestFlight中没有收到任何错误,也没有生成错误日志。 TestFlight just never shows the "OPEN" icon for this particular app. TestFlight永远不会为此特定应用程序显示“打开”图标。

Some other External Testers are also seeing this so it leads me to believe it has something to do with my build and it could be something I can fix. 其他一些外部测试人员也看到了这一点,因此使我相信它与我的构建有关,并且可以修复。 (I do not know if all external users are seeing this issue). (我不知道是否所有外部用户都看到此问题)。 Biggest concern is this will happen to some users when the app is released in the App Store and they will end up losing their data. 最大的担忧是,某些用户在App Store中发布该应用程序时会发生这种情况,最终他们将丢失其数据。

I have tried deleting and re-installing the app with no success. 我尝试删除并重新安装该应用程序,但未成功。 I have also tried killing the TestFlight app process. 我还尝试过终止TestFlight应用程序进程。 "Stopping" the install simply shows "INSTALL" and reselecting gets to what's shown below. “停止”安装仅显示“已安装”,然后重新选择将显示以下内容。 Version updates also display the same issue. 版本更新也显示相同的问题。

Anyone have any ideas on what may be wrong with this particular app? 任何人都对这个特定应用可能出什么问题有任何想法?

在此处输入图片说明

The issue was resolved using a build number that does not contain a '0' following a '.' 使用内部版本号(在“。”之后不包含“ 0”)解决了该问题。

for example, 例如,

Build Version: 1.1.002  # no good

Build Version: 1.1.2    # WORKS

@kanso already posted the solution. @kanso已经发布了解决方案。 So be aware of using bad app version numbers ;-) 因此请注意使用错误的应用程序版本号;-)

我已经看到了这一点,并且在试飞应用程序中似乎存在错误,因为您所提到的应用程序似乎已正确安装。

You don't need to worry, it is a bug by Test Flight. 您无需担心,这是Test Flight的一个错误。 People have registered their complaints. 人们已经登记了他们的投诉。 Hopefully, they will fix it soon. 希望他们会尽快解决。

暂无
暂无

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

相关问题 无法通过Apple TestFlight安装该应用 - The app couldn't be installed through Apple TestFlight 通过 Testflight 归档和安装应用程序时,iOS Firebase crashlytics 仪表板不显示崩溃 - iOS Firebase crashlytics dashboard does not show crashes when app archived and installed via Testflight TestFlight无法安装应用程序,无法删除部分安装的应用程序 - TestFlight fails to install app and cannot delete partially installed app 无法通过TestFlight安装应用程序:已注册的最大设备数 - App can not be installed via TestFlight: Registered maximum number of devices 应用程序可以通过TestFlight检测是否将其安装为“外部测试”吗? - Can a app detect if it's installed as “External Testing” via TestFlight Testflight测试人员此时无法安装“无法下载应用程序” - Testflight testers getting “unable to download app could not be installed at this time” App Link是否可以与testflight(iOS)安装的应用程序一起使用? - Will App Link work with apps that were installed by testflight (iOS)? 如果通过xcode或testflight安装,iOS UUID对于相同的应用程序是不同的 - iOS UUID different for same app depending if installed through xcode or testflight 已安装Testflight内部测试仪的应用程序超出10个设备限制 - Testflight internal tester installed app exceeds 10 device limit 仅当通过Testflight安装时,应用程序才会解析JSON解析 - App crashes parsing JSON only when installed via Testflight
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM