简体   繁体   English

iOS 8 TestFlight未安装应用

[英]iOS 8 TestFlight does not install app

So as the title says, I am trying to pre-release an ios8 app. 因此,正如标题所述,我正在尝试预发行ios8应用。 The app is uploaded successfully from the archive and appears under pre-release. 该应用已成功从档案上传,并显示在预发行版下。 I press on submit for beta release and add internal test users. 我按提交以获取Beta版本并添加内部测试用户。 In testflight the app appears, but when I press install it says: 在testflight中,该应用程序出现了,但是当我按安装时,它说:

"Could not install app, testflight is currently unavailable. Try again later". “无法安装应用程序,testflight当前不可用。请稍后再试”。

This makes no sense. 这是没有道理的。 I tried recreating the developer profiles, I tried it on different devices with different account... always the same. 我尝试重新创建开发者资料,并在具有不同帐户的不同设备上进行了尝试...始终相同。 Any ideas? 有任何想法吗?

I re-downloaded the distribution profile for the app and re-archived the app. 我重新下载了该应用程序的发行资料并重新存档了该应用程序。 Now TestFlight works. 现在,TestFlight可以正常工作。 Make sure that you select a Distribution profile (not Development) 确保选择分发配置文件(不是开发)


Full description with pictures ... https://stackoverflow.com/a/30801899/294884 带有图片的完整描述... https://stackoverflow.com/a/30801899/294884

I had the same issue with one application for internal users... This worked for me: 我对于内部用户使用一个应用程序时遇到了同样的问题...这对我有用:

  1. Go to Prerelease -> Builds 转到预发行版->构建
  2. Turn Off Beta Testing 关闭Beta测试
  3. Refresh testflight at your device (Build will appear as unavailable) 刷新设备上的testflight(版本将显示为不可用)
  4. Turn On Beta Testing 开启Beta测试
  5. Refresh Testflight at your device and install 在您的设备上刷新Testflight并安装

Same error. 同样的错误。 My provisioning file was inactive in iOS developer portal as my certificate was revoked by other developer. 我的置备文件在iOS开发人员门户中无效 ,因为我的证书被其他开发人员吊销了。 I'd to activate the provisioning file with new certificate (exported from keychain by that very developer). 我想用新证书(由该开发人员从钥匙串导出) 激活预配置文件。 So, I'd to use these new provisioning and cert to archive my app. 因此,我将使用这些新的配置和证书来存档我的应​​用程序。

None of the solutions worked for me. 没有一种解决方案对我有用。 I had the problem, that I couldn't update the gems version (an earlier version was already installed) with the same error message. 我遇到的问题是,我无法使用相同的错误消息更新gems版本(已经安装了早期版本)。

Turns out, re-inviting the affected user solves the problem. 事实证明,重新邀请受影响的用户可以解决问题。

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

相关问题 Testflight不允许使用iOS 8.1 SDK编译的iOS 7.1应用安装在iOS 7.1.2 iPhone上 - Testflight does not allow iOS 7.1 app compiled with iOS 8.1 SDK to install on iOS 7.1.2 iPhone “无法安装应用。测试人员无法访问此应用程序。“TestFlight iOS应用程序中的错误 - “Could not install app. The tester does not have access to this app.” error in TestFlight iOS app Testflight无法安装应用程序 - Testflight unable to install an app TestFlight iOS 8 - 错误:为安装请求指定了无效的应用程序 - TestFlight iOS 8 - Error: An invalid app was specified for the install request 如何通过itunesconnect作为ios的内部测试器从TestFlight安装应用程序? - How to install app from TestFlight via itunesconnect as an internal tester in ios? iOS应用程序和TestFlight集成 - Ios app and TestFlight integration 通过TestFlight安装iOS应用程序是否可以模拟应用程序升级? - Does installing an iOS app via TestFlight simulate an app upgrade? Meteor应用程序不会在生产中的iOS上下载数据,但可以在TestFlight中使用 - Meteor app does not download data on iOS in production, but works in TestFlight 在iOS上使用TestFlight进行应用内更新 - In-app update with TestFlight on iOS iOS App将不再通过Testflight安装,该怎么办 - IOS App will no longer install via Testflight anymore, what should I do
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM