testflight

App Store Connect TestFlight showing no builds

梦想的初衷 提交于 2019-12-01 18:19:47
I'm trying to add a build to AppStore Connect but it's showing "No Builds" where should be an 'iOS' marker' I have the same setup in another application and it's working just fine: I have builds showing in the activity tab and it was working before. This problem has re-surfaced from the start of April 2019. If you have exerienced this - this is how I solved it: Existing Version 1.0.76 Changed this to 1.1.1 build and uploaded. This appeared in activity pane (App Store Connect) and the Builds area of Testflight was filled with this 1 build. All 76 builds of v1.0 are still missing. XCode 10.2

Are testflight app sizes bloated by a large amount compared to actual download sizes after publishing?

无人久伴 提交于 2019-12-01 17:13:01
I have built an iOS game with Unity. I uploaded it to the App Store (with bitcode enabled). The IPA is about 200 mb. On iTunes Connect, it shows my build size to be about 30mb for each device (which I was very happy to see). But when I added the build to TestFlight, I notice that while downloading via TestFlight, it shows the size to be 170mb. Quite contrary to this question ( TestFlight showing my app size is 4 times less than the actual size ) the size of my app on TestFlight is many times the actual supposed sizes shown on iTunes Connect. Also, iTunes Connect says: TestFlight variants

Unable to invite internal users in apple TestFlight

有些话、适合烂在心里 提交于 2019-12-01 15:03:06
I have no experience in publishing apps on the App Store. I have created an app from Xcode 6, archived it, validate it and submitted to iTunes Connect. While is pending for being reviewed I decided to try the new apple TestFlight functionality. Following the tutorial video ( https://itunesconnect.apple.com/downloads/Documentation/TestFlight-v09-iTC-Export-sw.mov ) I have performed these steps: I have added another apple ID that I own under the User & Role section giving him a Technical role I have accepted the iTunes Connect email invitation for that user I have selected my app, then my build

Unable to invite internal users in apple TestFlight

流过昼夜 提交于 2019-12-01 13:54:21
问题 I have no experience in publishing apps on the App Store. I have created an app from Xcode 6, archived it, validate it and submitted to iTunes Connect. While is pending for being reviewed I decided to try the new apple TestFlight functionality. Following the tutorial video (https://itunesconnect.apple.com/downloads/Documentation/TestFlight-v09-iTC-Export-sw.mov) I have performed these steps: I have added another apple ID that I own under the User & Role section giving him a Technical role I

How to configure a Xcode project for beta testing with TestFlightApp?

天大地大妈咪最大 提交于 2019-12-01 12:25:24
I signed up for TestFlight. Then I followed all steps in this tutorial: But Xcode throws this warning: Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate. (-19011) It smells like there is a lot more work to do than what they wrote in the tutorial. Is there a complete tutorial which walks through every step without stepping over anything? And do I need to add the SDK even for simple beta tests? (Edit: No, SDK is not needed!) mahboudz Start with logging into the Provisioning Portal ,

How to configure a Xcode project for beta testing with TestFlightApp?

℡╲_俬逩灬. 提交于 2019-12-01 11:59:55
问题 I signed up for TestFlight. Then I followed all steps in this tutorial: But Xcode throws this warning: Application failed codesign verification. The signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone Distribution Certificate. (-19011) It smells like there is a lot more work to do than what they wrote in the tutorial. Is there a complete tutorial which walks through every step without stepping over anything? And do I need to add the SDK even for simple

ASIHTTPRequest request times out

你。 提交于 2019-12-01 06:54:56
I have been working on this issue for a long time, and I am unsure how to proceed trying to solve it. I have a simple ASIHTTPRequest. The code is posted below. The app always works when I first run it. I have a table view which I can pull to refresh, which initiates the ASIHTTPRequest, and I can refresh as many times as I like with out problem. I can send the app to the background and bring it back and everything works fine. But if I leave the app for a number of hours and come back, sometimes I will start getting a request timed out error. Once this occurs, the error will repeat every time I

ASIHTTPRequest request times out

喜夏-厌秋 提交于 2019-12-01 04:30:43
问题 I have been working on this issue for a long time, and I am unsure how to proceed trying to solve it. I have a simple ASIHTTPRequest. The code is posted below. The app always works when I first run it. I have a table view which I can pull to refresh, which initiates the ASIHTTPRequest, and I can refresh as many times as I like with out problem. I can send the app to the background and bring it back and everything works fine. But if I leave the app for a number of hours and come back,

How to get crash logs of Testflight external testers on Xcode or iTunes connect?

為{幸葍}努か 提交于 2019-12-01 03:32:31
Is there any ways to know what's wrong with someone's app. It is working on everyone else's device but this person. The person tried removing the previous version and installing the new one, but it still does not work. I suspect that one of the files that I place in the documents folder might still be there... but the format of this file has changed since... Apple has a technote about this named Debugging Deployed iOS Apps . Also, if your tester syncs up their iPhone with a Macintosh or PC, iTunes also helpfully moves logs into predictable places where they can be retrieved from . 来源: https:/

How to get crash logs of Testflight external testers on Xcode or iTunes connect?

a 夏天 提交于 2019-11-30 23:59:54
问题 Is there any ways to know what's wrong with someone's app. It is working on everyone else's device but this person. The person tried removing the previous version and installing the new one, but it still does not work. I suspect that one of the files that I place in the documents folder might still be there... but the format of this file has changed since... 回答1: Apple has a technote about this named Debugging Deployed iOS Apps. Also, if your tester syncs up their iPhone with a Macintosh or