Build not visible in itunes connect

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

    Sometimes you may need to check your email. There will be no errors while uploading. But apple may have send an email with the errors in your build. In my case I got an email with the following error mentioned in it.

    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.
    

    I have added the NSPhotoLibraryUsageDescription key, but the description string was empty.

提交回复
热议问题