Build not visible in itunes connect

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

提交回复
热议问题