문제

I'm trying to submit an app (.ipa) and the only error Application Loader gives is "Not a valid zip file." It doesn't say anything about signatures, provisioning profiles, certificates, or binaries, etc. What is the problem?

도움이 되었습니까?

해결책

If you're emailing the .ipa to your client, make sure it isn't getting munged either by their email software/server or by yours. You may want to zip the .ipa (even though the ipa is already an archive format) in order to get the file to them without it being modified. Then they can unzip it and submit the ipa file. My guess is that the .ipa file suffix isn't being recognized by someone's mail software and that's damaging it somehow.

다른 팁

If your zip file name has a space in it, e.g. My App.zip, try renaming the zip file so that it has no spaces, and try to upload it again. I seem to recall this happening to me once, and this did the trick.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top