Reputation: 343
My iOS app is currently "Pending Developer Release". I did this to get promo codes. With promo codes, I got some awesome feedback from users. I want to implement those changes and add it to app. So how do I remove my app from "pending developer release" since anyways it's not in app store now. Also, if next week I add the changes and upload this new app build, would App store have a problem with it and think it's a duplicate so they wouldn't allow it to be uploaded to App store?
Upvotes: 0
Views: 796
Reputation: 535121
Also, if next week I add the changes and upload this new app build, would App store have a problem with it and think it's a duplicate so they wouldn't allow it to be uploaded to App store?
There are two build numbers:
Increase the second build number but leave the first build number the same. That way, the App Store knows that this is an update to the same build. And when it has processed, you can then release the later build.
Upvotes: 2