Reuse binary for new app version

I have an app version 1.1.4 which is ready for sale. Now I want to change the description. So I created a new version 1.1.5.

Since the app itself has not changed I want to reuse the 1.1.4 binary. But I can not select the binary for the new version. Its okay for me that I have to do another app check even I just changed one word in the discription, but i do not want to upload a new binary since that takes very long. So how can I reuse the binary? I really hope it is possible.

Since the app itself has not changed I want to reuse the 1.1.4 binary.

What you’re asking for isn’t possible because your app’s version number is encoded in the app itself, specifically, in the CFBundleVersion and CFBundleShortVersionString properties of the Info.plist.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

 but i do not want to upload a new binary since that takes very long.

Also, on average, 90% of app submissions are reviewed in less than 24 hours. 

Reuse binary for new app version
 
 
Q