testflight

iTunes Connect - Can't invite “internal testers” for prerelease app

寵の児 提交于 2019-12-08 14:39:54
问题 I got my app approved for distribution through the new Apple TestFlight app. I tried to invite an "internal tester" through iTunes Connect ->Prerelease ->Internal Testers but all I see are 2 info boxes: To start testing, select at least one Internal Tester. Internal testers can be added in Users and Roles. Internal testers are iTunes Connect users with the Admin or Technical role. I already added an Admin an Technical user to Users and Roles but I can't invite them. How to invite an internal

iOS Crash Report Service [closed]

好久不见. 提交于 2019-12-08 11:24:22
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . My concern is to improve my app by collecting crash reports via the crash report service in iOS. For internal testing I uploaded a beta version of it using Xcode, containing a built-in error throwing NSRangeException. After archiving and uploading the app to the store it was installed on an iPhone 5s running iOS

Do iTunesConnect external testers get updates for *every* uploaded ipa file after Beta Approval?

耗尽温柔 提交于 2019-12-08 09:21:17
问题 Pardon all the italic shouting. Just trying to emphasize key points. Please note that the existing post iOS app submission and beta review process does not answer this question. The following sequence of events does happen and it's what I expect: Create a new version (number) of app in iTC Archive and upload app to iTC Internal testers get notified to download with TestFlight Submit for Beta Approval (critical for next step) Now all testers (inside & out) get notified to download But next:

Do iTunesConnect external testers get updates for *every* uploaded ipa file after Beta Approval?

我只是一个虾纸丫 提交于 2019-12-08 04:38:29
Pardon all the italic shouting. Just trying to emphasize key points. Please note that the existing post iOS app submission and beta review process does not answer this question. The following sequence of events does happen and it's what I expect: Create a new version (number) of app in iTC Archive and upload app to iTC Internal testers get notified to download with TestFlight Submit for Beta Approval (critical for next step) Now all testers (inside & out) get notified to download But next: Create a new build (number) in Xcode Archive and upload to iTC Only internal testers are notified. ⬅︎

Itunes Connect test flight public link validity

浪尽此生 提交于 2019-12-08 03:43:43
问题 Apple has recently enabled public link feature for test flight builds, we can share this link with anyone and he can install the app using this public link. The validity of the build behind this public link is 90 days. My question is, after sharing the public link with the users can we increase the expiry time of the build? So that the validity of public link gets increased and we do not have to ship another build after 90 days and share the new link with users. Any help will be appreciated,

iTunes Store Operation failed: Error description not available

…衆ロ難τιáo~ 提交于 2019-12-07 23:33:16
问题 I'm trying to submit a new build to iTunes Connect but I keep getting this error: iTunes Store Operation failed: Error description not available while submitting. The strange thing is that I already succeeded uploading 3 builds to iTunes Connect. But now I keep getting this error, it has been happening for 4 days now so I guess it's not an issue on Apple's servers. I tried changing build and version numbers, as wel as re-creating provisioning profiles etc. Who can help? After 4 days this is

How does one (re)install xcode?

拜拜、爱过 提交于 2019-12-07 19:07:41
问题 I made the mistake of upgrading xcode and its been painful. I'm at my wits end trying to satisfy apples demand of "Rebuilding my app using the current public (GM) version of Xcode and resubmitting it." some details Xcode 7.0.1 - Invalid Swift Support - cocoapods HOW TO FIX? As far as I know I'm using the current public (GM). I'm using version 7.0.1 (7A1001), please someone tell me if thats not the current public (GM). I've tried just about every "solution" here, the error still persists. Now

App Crashes on Launch w/ Testflight

痞子三分冷 提交于 2019-12-07 19:04:37
问题 I'm having problems with an app that we previously submitted to Apple for submission that they asked us to re-do a simple marketing issue (we needed to remove an image of an app screen which had third party apps). Unfortunately, now when I have prepared the app for re-submission and I distribute it via Testflight the app crashes on launch. A subsequent launch works, however. This only happens with the Testflight build - when I do a Release build from Xcode using a production provisioning

Error testing app on iOS 8.3: Testflight could not install app. There was an error with this request

主宰稳场 提交于 2019-12-07 10:47:15
问题 I updated my Xcode to 7.2. I sent an app build to testers and one tester had the following error: Testflight could not install app. There was an error with this request His device is an iPad 2 running iOS 8.3. Deleting the user and reinstalling the app has no effect. What is causing this and how can we prevent Testflight installs from failing with this error? 来源: https://stackoverflow.com/questions/35404379/error-testing-app-on-ios-8-3-testflight-could-not-install-app-there-was-an-err

iTunesConnect: Processing stopped for App submitted to testflight

安稳与你 提交于 2019-12-07 04:44:19
问题 Since today, each time I upload a build to Appstore with Application Loader my app is rejected on the basis of App Thinning error. I've tried to disable bitcode and upload build again but no use. Can someone help me on this error? 回答1: After trying for 24 hours and sending like 10+ builds, I finally enabled bitcode in my project and got rid of sdks(in my case it was GooglePlus) which were not supporting bitcode. My build is accepted now. I'm not aware why Apple has imposed this thing all of