I just uploaded a new build to the iTunesConnect in preparation for the iOS 8 release. The app status is \"Waiting For Review\". However, I want to reject the uploaded binar
There is another work around for the same. Your project info file contains two attributes for referencing the Build version of your app, i.e., Bundle version and Bundle versions string, short. Usually both attributes have the same value (1.0.7) but you can upload to the Itunes Connect multiple Builds for the same version of the app just changing the second value.
So, you create a new version of the app in Itunes Connect (version 1.0.8) and set in your NewProject-Info.plist:
Bundle version: 1.0.7. Bundle versions string, short: 1.0.8. Archive and upload.
Once Itunes Connect processes the new Build, it will appear in the Pre-Releases section and you will be able to select it for the 1.0.3 version and send it for review.