testflight

Latest iTunes connect build not showing in TestFlight

自作多情 提交于 2019-11-30 17:06:19
I distributed the first build version of my app to internal testers with iTunes Connect and successfully installed on internal tester's devices. Now, I've uploaded the second build via iTunes Connect. My internal testers have received the email that build 2 is available and clicked on the button to view it in TestFlight, but when TestFlight opens only build 1 shows available to install. Is there something else that I need to do to make build 2 available to testers, or does it just take some time for it to show up in TestFlight even after the testers get the email that it's available? I've

Build iOS app and distribute .ipa via TestFlight with Jenkins and Xcode 7

两盒软妹~` 提交于 2019-11-30 16:25:33
Apple has released Xcode 7 update that broke everything again. Previously, we had to deal with ResourceRules.plist: cannot read resources issue by using a hack described, for example, here . Some people wonder why has this even happened in the first place. However, with Xcode 7 update they forbade the usage of Code Signing Resource Rules Path by giving this error when this option is set: ERROR ITMS-90339: "This bundle is invalid. The Info.plist contains an invalid key 'CFBundleResourceSpecification' in bundle This question is exactly about this issue with an answer proposing to delete this

Apple Testfiight App Submission Can't Click Next

核能气质少年 提交于 2019-11-30 09:02:38
问题 I submitted my TestFlight build, and not I'm trying to select it for external testing. I've done this with the prior beta version, and with several other apps. The problem is I can't click the Next button. All the fields are clearly populated. Also of note, when this happened yesterday there were Support and Marketing fields. Today (for English) they are not there. Anyone else ever experience this? 回答1: Hello my dear friend there, I am also having your issue this morning. After several trials

How do you view TestFlight crash logs?

喜欢而已 提交于 2019-11-30 08:49:00
I have submitted my app to TestFlight and i have deliberately made the app on my device crash, but i don't see where i can see these crash logs. BTW i want to see other people's crash logs on the app, not the one in the settings menu. Anyone know? In Xcode 6.3 crash logs have moved into Organizer window. It might take some time and a restart of the crashed apps for the logs to show. Well, I'm not sure if this will help, but it helped for me: Go to iTunesConnect -> My Apps and choose your app. Then in Versions section scroll to Version Release and check one of radio buttons ( Automatically

TestFlight is Currently Unavailable Message

北城余情 提交于 2019-11-30 08:39:08
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. Jón Andri I had this same error. Discovered that the company certificate was expired, and therefor all provisioning profiles as well. 1. Renew the company certificate (download,

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

穿精又带淫゛_ 提交于 2019-11-30 06:13:16
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. I've got this error many times, but I saw a really strange pattern and I have a pretty weird theory. Next time, after you submit your app to Apple, don't submit it immediately

How to debug “Invalid Bundle” error which happens only after submitting to app store

妖精的绣舞 提交于 2019-11-30 05:51:41
问题 I have a lot of frameworks in my app. App works fine in adhoc/enterprise release. Only if I submit to the app store for testflight testing I get this error email from apple: Dear developer, We have discovered one or more issues with your recent delivery for "My app's name here". To process your delivery, the following issues must be corrected: Invalid Bundle - One or more dynamic libraries that are referenced by your app are not present in the dylib search path. Once these issues have been

TestFlight does not accept builds with TestFlight SDK

空扰寡人 提交于 2019-11-30 04:00:59
Trying to upload build with TF SDK I see the following error message: Sorry, we are no longer accepting any new builds that use TestFlight SDK. Please, remove SDK and re-upload. Does anybody know any information about this? How long it will be like that? Will it be fixed? Am I doing something wrong? Interesting, that in another TF team everything is ok and upload with SDK goes with success. TestFlight was acquired by Apple. Android has also been disabled for TestFlight. See the news here . Don't worry about it. Use another mobile beta testing like 1) Ubertesters 2) Hockeyapp 3) Mobtest 4)

Is there any automatic Testflight upload script on application archiving?

柔情痞子 提交于 2019-11-30 03:52:42
I found that Testflight is supporting application uploading through API call http://testflightapp.com/api/builds.format . It accepts application package, dsyms, application info and other. So my question is next: Is there any automatic script for xcode which will upload build into Testflight after "archive" operation? Share the links, please. SOLUTION IS HERE (Mac OS X 10.8): 1) Follow this manual and setup post-execution script 2) Remove Replace "echo" strings with next rule: #!/bin/bash # # (Above line comes out when placing in Xcode scheme) # API_TOKEN="<YOUR-TESTFLIGHT-API-TOKEN>" TEAM

iOS testflight 使用说明

别等时光非礼了梦想. 提交于 2019-11-30 02:49:52
一、告知开发者苹果手机的账户邮箱 1、通过任何形式告知即可 2、下载testflight 二、开发者发送激活邮件到测试者的账户邮箱 1、进入邮箱查看邮件点击 Accept invitation 进行下一步 2、接下来会遇到输入账号密码,有开启双重验证的账户,会进行双重验证 3、当你结束这一操作后便可以告知开发者激活成功了,让他发测试APP的授权邮件就好啦 三、开发者发送测试APP授权邮件到测试者的账户邮箱 1、测试者收到邮件,打开邮箱 2、可以看到英文的操作说明,大致意思就是打开testflight 兑换兑换码(兑换码复制即可) 3、打开testflight 进行兑换 4、结果可以看测试的APP了,进行安装测试就可以了 来源: https://www.cnblogs.com/ljcgood66/p/11548203.html