testflight

TestFlight is Currently Unavailable Message

匿名 (未验证) 提交于 2019-12-03 01:47:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I am getting message "TestFlight is Currently is Currently Unavailable. Try again later" when trying to install from TestFlight app. My outside testers get a message "[App Name] beta has expired" when trying to run the app. When trying to renew from TestFlight they get "TestFlight is currently unavailable. Try again later." I've been trying again later all day and just wanted to see if anyone else is experiencing this. 回答1: I had this same error. Discovered that the company certificate was expired, and therefor all provisioning

Testflight testers getting “unable to download app could not be installed at this time”

匿名 (未验证) 提交于 2019-12-03 01:47:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I distributed version 1.0, build 1, of my app via TestFlight, and everything worked perfectly. Yesterday I archived and sent out build 2, and now upon tapping the update button, every user seems to be getting an error: Unable to Download App [App name] could not be installed at this time I haven't heard from any users who didn't have build 1 installed already, but looking at iTunes Connect, no user has build 2 installed. 回答1: I've got this error many times, but I saw a really strange pattern and I have a pretty weird theory. Next time, after

TestFlight alert while testing update: You already have this app installed

こ雲淡風輕ζ 提交于 2019-12-03 01:42:40
I was trying to test update scenario from live App Store app build to RC using TestFlight, but TestFlight gives me alert "You already have this app installed. Do you want to replace..." (see below screenshot). After confirmation, all data from App Store version is gone. Steps I do : Install live app from the App Store Login and do some operations to get data in the app and Keychain Go to TestFlight iOS app Tap "Install" button in TestFlight -> alert "You already have this app installed" appears If I tap choose Install, new build is installed Result : The app's content including Shared

Opening TestFlight app from another app and deep link to specific app

匿名 (未验证) 提交于 2019-12-03 01:31:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: How do i find the scheme of another app and deep link to it from my own iOS app? More specifically, I want to deep link to the Testflight app upon certain conditions (set by my code). I'm assuming the person has Testflight installed, (which might be a bad assumption but we can live with that assumption). I know that on Android, you can query for apps and send intents to deep link to someone else's app. What would be the equivalent on iOS? 回答1: There are two things you need to do. First, check to see if TestFlight is installed. Then create a

iOS Testflight “There was an error loading your builds.”

社会主义新天地 提交于 2019-12-03 01:17:31
Over the last few days I've tried to set up test flight for my iOS application through iTunes connect, however, whenever, I try to switch on TestFlight, I get an error saying "There was an error loading your builds." and I'm not quite sure what to do, does anyone have any ideas? Thanks in advance. For me, I had to also go to the Build Description add some text to the "Description" field and "What to Test" field. For me it simply required waiting for the "Processing" step to complete on Apple's side. after following a hint at the Apple developer forums, I was able to solve the issue on my side.

iPhone app could not be installed at this time

空扰寡人 提交于 2019-12-03 01:08:12
问题 i was trying to install my iphone application from testflight. it installs perfectly on few devices but in some after installing about 80 percent it gives an error "Unable to download aaplication, could not be installed at this time" i am able to find out the reason for , why is it so? This is the screenshot: is there anybody who will help me regarding this issue? Thanks in advance. 回答1: clear your cache and cookies in Safari, make sure your device is in provisioning profile and provisioning

TestFlight fails to install app and cannot delete partially installed app

匿名 (未验证) 提交于 2019-12-03 00:59:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I have an iOS app I am deploying via TestFlight. The app installs fine on an iPad 1 running iOS 5.1.1. The app will not install on my iPhone 4 running iOS 6.0. Both devices are included in the provisioning file. The app runs fine in the 5.1 and 6.0 simulator. When I try to install the app to my iPhone 4, I get the following screen: In addition , I cannot delete the partially downloaded app (it's there in the lower right hand portion of the home screen). I've tried restarting the device and resetting the device without success. Here

Comparison between TestFlight Live, QuincyKit and Crashlytics

青春壹個敷衍的年華 提交于 2019-12-03 00:33:38
问题 I am going to launch my app on the AppStore and I would like to keep track of crashes and fix them as soon as possible. If possible, it would be nice to collect also some additional information about user activity and other useful stuff. In order to do so, I have looked for some crash reporting tools and the most interesting ones I have found are: TestFlight Live, QuincyKit and Crashlytics. Among those three, QuincyKit should be the lightest one but the other two seem to be quite interesting

Where can I see TFLog output on testflightapp.com?

杀马特。学长 韩版系。学妹 提交于 2019-12-02 23:39:05
I'm using TFLog in my iPhone app, but where on https://testflightapp.com can I view the output? I just found this out by trial and error and a lot of clicking about on the TestFlight site. It's so well buried that I assumed there was no way to view the output yet on their site! Click on Builds and then select the build of your app that you're interested in Click on Sessions in the left-hand sidebar Click the sessions from the user you're interested in Click the "i" information graphic on the right-hand side for the individual session you're interested in Click the Events drop-down on the right

Automating TestFlightApp with Xcode and Provisioning Portal

微笑、不失礼 提交于 2019-12-02 22:52:22
I currently have a fairly manual process when releasing a new build in TestFlight: Download the additional devices text files from TestFlightApp Log into the Provisioning Profile Upload devices Update the Provisioning Profile to include the newly added devices Download the generated .mobileprovision file Click on the file to add to Xcode Product -> Archive, Share, Create IPA New Build in TestFlightApp Type up the release notes Upload (wait) Select testers to notify Are there scripts or utilities that handle these steps for me? I don't mind a solution for part of these steps, as long as it