简体   繁体   English

无法从 TestFlight 安装应用程序(在 Xcode 中工作正常)

[英]Unable to install app from TestFlight (works fine from Xcode)

I'm trying to install my app from TestFlight.我正在尝试从 TestFlight 安装我的应用程序。

When I press INSTALL , the download indicator runs for a sec and then stops .当我按下INSTALL时,下载指示器会运行一秒钟然后停止

I can see the app on my phone, clicking on the app raises我可以在手机上看到应用程序,点击应用程序会引发

Unable to install the app, please try again later.无法安装应用程序,请稍后再试。

在此处输入图像描述

It's very weird, since I run the app on a physical device using Xcode , and everything was just fine.这很奇怪,因为我使用 Xcode 在物理设备上运行应用程序,一切都很好。 Also, older versions of the app are downloaded from TestFlight without any problem .此外,从 TestFlight 下载旧版本的应用程序没有任何问题

The app passed through all checks before uploading to the store.该应用程序在上传到商店之前通过了所有检查。

How is it possible that I cannot install the app from TestFight?我怎么可能无法从 TestFight 安装应用程序?

What can I do in order to debug this issue?我可以做些什么来调试这个问题?

This can be happen with number of reasons as given below:发生这种情况的原因有很多,如下所示:

  • Might be you are using the developer profile instead of Adhoc profile可能是您使用的是开发人员配置文件而不是 Adhoc 配置文件
  • OR using an app identifier that is different from the one that belongs to your profile或使用与属于您的个人资料的应用标识符不同的应用标识符
  • OR might be an issue in enable/disable of iCloud and Gamecenter或者可能是启用/禁用 iCloud 和 Gamecenter 的问题

What you can do is you can connect the device to PC/Mac.您可以做的是您可以将设备连接到 PC/Mac。 Open the iPhone Configuration Utility and see the logs after you press install from the build in TestFlight.打开 iPhone 配置实用程序并在 TestFlight 中按安装后查看日志。 It will helps you to dig it.它会帮助你挖掘它。

And last hope is this issue can be at apple side as many developer are facing as given below: https://developer.apple.com/forums/thread/26759最后的希望是这个问题可以在苹果方面,因为许多开发人员都面临如下所示: https://developer.apple.com/forums/thread/26759

It's not the correct answer.这不是正确的答案。

In case you are in a rash, and your project was already uploaded from another Mac to the store, a temporary solution will be to import the project to a well-configured Xcode from another computer and send it configured back to your computer.如果您一时冲动,并且您的项目已经从另一台 Mac 上传到商店,临时解决方案是将项目从另一台计算机导入配置良好的 Xcode 并将其发送回您的计算机。 Make sure you have all necessary certificates, Build, and upload to the store.确保您拥有所有必要的证书,构建并上传到商店。 Then I was able to run the app on TestFlight and upload new updates without problems.然后我能够在 TestFlight 上运行该应用程序并毫无问题地上传新的更新。

IMO, Apple did a really bad job connecting and configuring Xcode projects to the store. IMO,Apple 在将 Xcode 项目连接和配置到商店方面做得非常糟糕。 As a Flutter developer, I upload apps for both App Store and Play Store, and working with Apple is frustrating.作为一名 Flutter 开发人员,我为 App Store 和 Play Store 上传应用程序,与 Apple 合作令人沮丧。 There were no logs or indications about this issue, and it's almost impossible to track the mistake.没有关于这个问题的日志或迹象,而且几乎不可能跟踪错误。

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

相关问题 从TestFlight打开应用时崩溃,否则可以正常工作 - App crashes when opened from TestFlight but works fine otherwise Testflight无法安装应用程序 - Testflight unable to install an app TestFlight构建崩溃,但Xcode构建正常运行 - TestFlight Build Crashes, but Xcode Build Works Fine 应用程序可以在Xcode中工作,但不能通过TestFlight吗? - App works in Xcode but not through TestFlight? 将XCode更新为7.0.1后无法从TestFlight安装应用程序 - Can't install apps from TestFlight after updating XCode to 7.0.1 从AppStore或TestFlight启动时,应用崩溃 - App crashing when launching from AppStore or TestFlight but working fine elseways 从应用程序商店下载应用程序时无法从iPad IOS 10.2.1 64bit的xcode项目中读取图像(testflight) - Unable to read Images from xcode project in iPad IOS 10.2.1 64bit when download app from app store (testflight) 从App Store下载的应用崩溃,TestFlight效果很好 - App crash downloaded from App Store, TestFlight works well 无法从XCode导出IOS应用存档以进行testflight - Can't export IOS app archive from xcode for testflight 如何从 xcode 获取 TestFlight 应用程序的日志 - How can I get the log of a TestFlight app from xcode
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM