“Redundant Binary Upload” Issue on iTunesConnect Aasim Naseem, September 13, 2014 | Read Count: 11,572April 9, 2025 Category: My Tutorials > iOSHey Devs If you are having following issue on new interface of iTunesConnect “Redundant Binary Upload. There already exists a binary upload with build version ‘1.0’ for train ‘1.0’” then you are not alone like forever alone guy. Like me and you, many others are facing this issue. But no worries, the solution is pretty simple. More than one binary may be uploaded to iTunesConnect if the the Build number (Select the Target, then Xcode -> General -> Build, see the picture below) is increased by adding .1, i.e. if the version is 3.75, then increase it to: 3.75.1, but the Version is still `3.75 for the App (also in iTunesConnect). The build number just has to be unique for each binary that is loaded up to iTunesConnect. After a new binary is uploaded and processed (~ 10 min), then you can select the new binary and submit it for review. In the picture below you may see the old and the new binary listed in iTunesConnect in the Build section of the current App version (you click the plus sign). Then the new binary is selected -> Saved -> Submit for Review. (Sometimes an error comes when submitting, then just try after a few mins or upload a new binary). For those inclined to do this automatically with an Xcode script, here is a description of making an automatic script for updating Build numbers Better way of incrementing build number? Note: The content of this post is extracted from this question over stakeoverflow. Author Profile Aasim Naseem Hey, Thanks for your interest. I’m a PMP, AWS Solutions Architect, and Scrum Master certified professional with 17+ years of hands-on experience leading projects, building teams, and helping organizations deliver software solutions better, faster, and smarter. Outside of work, I’ve got a deep curiosity for history — especially ancient civilizations like Egypt. I also enjoy reflecting on the everyday moments that shape how we live and work. This blog is my space to share insights, lessons, and thoughts from both my professional journey and personal interests. Thanks for reading — and I hope you will find something here that matches your interest. Latest entries IslamJune 6, 2025 | Read Count: 305Economic impact of Eid-ul-Adha PMP CertificationMay 23, 2025 | Read Count: 507Best PMP Study Resources for 2025 (Books, Courses, Tools & More) Agile & FrameworksMay 7, 2025 | Read Count: 484Agile vs Scrum: Finally Understanding the Difference Agile & FrameworksApril 25, 2025 | Read Count: 510When Not To Use Agile: 5 Signs You Need a Different Approach iOS AppleiTunesConnectnew interface iTunesConnectRedundant Binary UploadRedundant Binary Upload. There already exists a binary upload with build version '1.0' for train '1.0xcode
iOS Storage Issue with iOS-5 And iCloud; February 2, 2012 | Read Count: 13,489April 27, 2025 Category: My Tutorials > iOSHello everyone .. Now a days, we are noticing that many people are getting rejection from AppStore due to storage issue; I looked into this issue and here are my findings regarding iOS-5 and iCloud; When we install our application in device, we have three main directories… Read More
iOS How to symbolicate iPhone Crash Reports; May 10, 2011 | Read Count: 14,461May 5, 2025 Category: My Tutorials > iOSHello Everyone; Hows your developments going? Im sure you enjoy it as much as i do; Its really a fun; Today’s menu is related to iPhone Applications; We often notice that iPhone/iPod/iPad applications hangup or exit abnormally; It means the running application has been crashed due to some… Read More
iOS Thumbnail Based MapView Annotation May 20, 2013 | Read Count: 12,489May 8, 2025 Category: My Tutorials > iOSJPSThumbnailAnnotation is an open-source library to customize your MapKit annotation view for displaying image thumbnails along with title and subtitle. Here is a quick screenshot from my sample project using this library. Setup Its free, and open source; You need to download JPSThumbnailAnnotation library from github and drag/drop… Read More