Reputation:
I have an active subscription to iTunes Connect.
Most of the resources on this topic are outdated, and apple tech support is on vacation for the next week (yes really). Has anyone seen this before?
I should note that this archive is indeed an iOS App Archive.
Upvotes: 6
Views: 2105
Reputation: 360
Sometimes this issue exist when you have linked frameworks or static libraries which has skip install
flag set to NO
in the build settings. Make sure that all the static libraries or frameworks has skip install
to YES
and you app's skip install
settings to NO
.
Upvotes: 1
Reputation: 169
I know this is late but for anyone else who comes across this problem, I had the wrong provisioning profile option in the build settings. I changed it to the right one, then Archived the App and bing the Upload to App Store was enabled.
Upvotes: 2
Reputation: 4755
This is due to the same reason you mentioned yourself. Apple's App Store went on vacation for a week and throughout this time disabled the App Upload. The button and upload will work again tomorrow.
As a reminder, we will not be accepting new app or app update submissions from December 22-29. If you plan to release apps during this time, they should be submitted, approved, and scheduled in advance. Other iTunes Connect and developer account functionality will remain available.
More info can be found here.
Hope that helps, Julian
Upvotes: 4