I’m trying to release my first iOS app and I have everything prepared except the uploaded build. For that I’m using Xcode 12.0.1 (also updated to 12.1 and same error). Here you can see that I uploaded successfully a version:
The problem comes when I go to my Apple developer account and I see no builds:
Anyone having the same problem?
3
Answers
I checked my email and got an email from Apple saying that I was missing some information in my Info.plist:
So I added the key and compiled a new version again. Now I have some information in my Activity tab:
To see what is the permission for and add a proper message we can check this page: https://developer.apple.com/documentation/bundleresources/information_property_list/nsmotionusagedescription
I’m facing the same issue later I found that my app is using deprecated
UIWebview
instead ofWKWebView
that creates issues. Please checkUIWebview
is not used in code.Each build is going through an initial processing on iTunes – check "Activity" tab inside your Application – build you submitted should be visible there at first.
Once it goes through processing – you will see it under "build" tabs.
Also it seems you are checking wrong "Version" – make sure the iTunes version matches your build version – otherwise build will end up in "Activity" tab forever.