Build not visible in itunes connect

后端 未结 23 1610
野趣味
野趣味 2020-11-30 19:56

I want to test in app purchases therefore I uploaded build with xcode. I can see the build under \"Prerelase\" but not in \"Versions\". How long does it take to show up in \

相关标签:
23条回答
  • 2020-11-30 20:22

    In case you are adding build with deployment target >9, add these keys to info.plist in case you are using camera and photos: Privacy - Camera Usage Description and Privacy - Photo Library Usage Description with a valid description.

    I had the same issue when I submitted with blank string for these keys.

    0 讨论(0)
  • 2020-11-30 20:23

    I came across the same issues, i switched from Xcode6.0 to Xcode6.1 and my builds started appearing in the list.

    0 讨论(0)
  • 2020-11-30 20:23

    Just wanted to share my experience as well. My Build had crossed Processing Step(it was a mere 984kB app) but did not show up in "Versions" tab for more than 30 minutes. I also double checked my email but had not received anything from Apple. However, under versions tab I had 3 builds listed excluding the latest one. What worked for me was that I just clicked on the least recent one(click on the Build Number) and then clicked on Expire Build and voila buy recent Build was immediately available under the current Version.

    I have not found any Apple Document which explains this anomaly.

    Hope it Helps! Cheers

    0 讨论(0)
  • 2020-11-30 20:24

    Check your inbox for an email from iTunes Store:

    Subject: iTunes Connect: Your app [...] has one or more issues

    Dear developer,

    We have discovered one or more issues with your recent delivery for [your app]. To process your delivery, the following issues must be corrected:

    This app attempts to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSPhotoLibraryUsageDescription key with a string value explaining to the user how the app uses this data.

    [...]

    Once the required corrections have been made, you can then redeliver the corrected binary.

    Regards,

    The App Store team

    XCode 8 told me the upload was successful, but the build did not appear in iTunesConnect until I fixed the issues indicated in the email and resubmitted.

    0 讨论(0)
  • 2020-11-30 20:25

    Check your all privacy access policy option in Info.plist file.

    0 讨论(0)
  • 2020-11-30 20:25

    This was My Mistake:

    I had a minor update in a Push Notification content part and I did not even touch my code.

    But I thought I might have to re-upload it in order to reflect that change in the latest version.

    And I did.

    Tried to upload 3 Builds One by One.

    But Not a single build has shown in the Test Flight Version.(Shocked)

    Later I realized my mistake that just by updating APNS content part without even touching my code, I was trying to upload a new build and was expecting to reflect it in the Test Flight. (So stupid of me)

    0 讨论(0)
提交回复
热议问题