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 \
May be helpful:
Check your email. You must have issue or missing report on you email. I got email that I miss NSCameraUsageDescription
key in Info.plist
Check the status of the new build on the "Activity" tab. Once the "Processing" label disappears from the build you should be able to use it.
Well, in my case I uploaded a build with updated version. like 1.1.0
Build 1.1.0
, then I reverted back to 1.0.0
build 1.0.5
and the same build was visible under the 1.0.0
header dropdown.
Hope it helps someone.
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.