Build not visible in itunes connect

后端 未结 23 1595
野趣味
野趣味 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:12

    The build is not visible until the "Processing" step is in progress in the "Prerelease" tab. It should depends on the size of your app. For a 10Mb app of mine, it took about 5 min.

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

    When you upload your build from Application loader or directly from your xcode to App Store and it is not showing even on multiple uploads with different build version then

    1. Open your .plist file and check whether there is any key string starting with "Privacy - ........."
    2. If that key string value is empty, then Add some string.
      example, for me i was using camera, photo Library, Microphone and Location.
      For my project i added the string as follows
      a. This app requires access to the Camera.
      b. This app requires access to the Photo Library.
      c. This app requires access to Microphone of your device.
      d. This app requires access to your Location.
      e. This app requires access to the Bluetooth.
    3. Now upload the build it will get Accepted.

    Note: This permission string is mandatory from iOS 10.

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

    You can see all of your activities (recently uploaded builds here). It will also provide current status of your build.

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

    Check all the key and values in info.plist file. if any key is missing then it will cause this issue. AppIcon and other thing written in info.plist file must be prefect then u will not able to get this issue.

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

    Building on @sreedeep-kesav's answer (not enough rep to comment), Privacy - Camera Usage Description and Privacy - Photo Library Usage Description can be set by opening your Info.plist file in Xcode and selecting the plus button next to Information Property List:

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

    I want to share my expereince, I uploaded my build by application uploader and xcode and after 10 hours i couldn't see any build on the itunes connect. Finally I contacted apple and they explained that a build validation can take 24 hours maximum. After 24 hours, if the build is not visible on the related page, they advise to upload a newer version. And if after the second 24 hours if there is still not any build, you can call apple developper program assistance. Here is the page where you can find phone numbers :

    https://developer.apple.com/contact/phone/

    Publishing the first version of your application can takes a few days but a newer version takes much less time.

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