Question

enter image description here

The above error appears when I'm trying to upload an app onto the app store using the application loader on Xcode. I'm new to apple development, I have uploaded one app before. This app is similar to the previous one just few design changes and a different stream.

if someone can help me figure this out i would be really greatful. thanks

Was it helpful?

Solution

Looks like you are trying to upload a .zip file. Appstore accepts .ipa file created using the Xcode archiver.

Just a suggestion: Before submitting app archive, validate it using Xcode. Follow this tutorial to know how to validate archive using Xcode. Fix issue that come up during validation, then submit.

In case you have confusion or are new to app store submission process you can read through this Apple guide: App Distribution Guide

Hope this helps!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top