简体   繁体   中英

If Apple rejects an app in to the Mac App store, when I resubmit, do I need to change the build number?

We currently have a build number that matches our version, so we cannot have more than one build number per version. We would need to change this if Apple require different build numbers for submissions of the same version of an app.

If Apple rejects an app in to the Mac App store, when I resubmit, do I need to change the build number?

Then answer is yes, you need a different one. For Screensaver Ninja we were using this schema for build numbers: 001002003 representing version 1.2.3. This limitation made us reconsider.

We considered 001002003004 but that seemed too long and hard to read, so I attempted 001.002.003.004 but then I learned that you build numbers are between one and three period separated integers. We ended up going for 001002003.004 to represent 1.2.3 build 4 (the fifth build with version 1.2.3).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM