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?
Application Loader gives error: Not a valid zip file
2.5k Views Asked by Stephanie At
2
There are 2 best solutions below
Related Questions in IOS
- Overlapping UICollectionView in storyboard
- Cannot pod spec lint because of undeclared type errors
- Is the transactionReceipt data present in dataWithContentsOfURL?
- UIWebView Screen Fitting Issue
- ZXingObjC encoding issues
- iOS: None of the valid provisioning profiles allowed the specific entitlements
- How to hide "Now playing url" in control center
- CloudKit: Preventing Duplicate Records
- Slow performance on ipad erasing image
- Swift code with multiple NSDateFormatter - optimization
- iOS 8.3 Safari crashes on input type=file
- TTTTimeIntervalFormatter always returns strings in English
- How do I add multiple in app purchases in Swift Spritekit?
- Setup code for xibs in iOS. -awakFromNb:
- iOS Voice Over only reads out the title of any alert views
Related Questions in ZIP
- Pop-up and download zip file in ASP.NET
- Check if a Zip file is password protected
- How to iterate over x number of lists using zip
- How to unzip subdirectory and files from a zip file using php
- BadDirectoryException when zipping files
- Create ZIP File Then Send to Client
- Node.js archiver has unclear behavior
- Decompress zip file directly from remote source
- Extracting a zip file containing a jar file in Java
- Zip with ignore within Bash script
- python-pptx throwing error on loading (2003 converted) 2010 powerpoint document in windows 7 64x ?
- Go through tar archive in memory to extract metadata?
- Trying Zip different folders in in a specified directory using ZipFile
- Unzip files using Python to one folder
- Download ZipFile from server using zipInputStream
Related Questions in IPA
- Alter Minimum OS Version of IPA without XCode, iOS 8+
- How to serve my own iOS ipa (ipad install) file?
- how to check IOS devices supported by my IPA file
- Watchkit failed to upload to App Store
- CocoaPods won't install on device?
- How to build an iOS binary without setting an Apple Developer account and team?
- Xcode and Distribution .ipa application provisioning profiles
- Creating distribution IPA without giving access to an Apple Developer account
- Re-sign .ipa with less or more devices
- gradle task create IPA
- Create an IPA file with ionic
- gradle task Ipa stopped at 88%
- Xcode creates wrong IPA folder structure
- How to create ipa in xcode 6 without Apple Developer account?
- Find if an ipa file is 32 or 64-bit. (macos/unix)
Related Questions in APPLICATION-LOADER
- Application Loader: I can't save my ITMSP file
- Fix iOS ipa file (missing code-signing certificate)
- Can't build iOS app with Xcode 7 beta
- grails application tomcat deployment
- Using XCODE Application Loader for Testflight Distribution
- App submitted successfully on iTune connect by Xcode. But it is not showing on my panel
- iTunes Connect and Application Loader "You Must Define An Input Directory"
- Getting error message "No accounts with iTunes Connect access" though having Admin role to that team
- Application Loader gives error: Not a valid zip file
- MonoTouch project leads to Application Loader error message "icon dimensions (0 x 0) don't meet the size requirements"
- How to definitively reject/replace a binary in the new iTunes Connect when button missing
- Error while uploading iPhone app to appStore
- Packaging Operation Failed in Xcode 4
- Using application loader 2.4 to upload to the iOS app store
- "Application Loader" could not choose .app file adobe air
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
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.