Can I upload a new build after Apple's app review or Google's app review is done?

87 Views Asked by At

I am upgrading Native app to .NET MAUI.

My current app is using Java(Android) and Swift(iOS) with build version v1.0.0.

I will submit a build version 2.0.0(.NET MAUI) for reviewing by Apple or Google.

when that build version is approved by Apple or Google. The state of this build is 'pending developer release'.

Then I want to submit another build version 2.1.0 (Java,Swift) for reviewing again and will get approved.

Hence, I have 2 build versions approved by GG or Apple. One is .NET MAUI app and the other is Native app.

Then i publish MAUI app to GG play or Apple store.

I want to ensure that if build version 2.0.0(.NET MAUI) has errors, I will publish v2.1.0(Java,Swift) immediately.

Is it possible to upload a new build version after previous review get approved by Apple or Google but didn't publish to market?

In other words, Does GG or Apple allow to store 2 ready versions for publishing?

0

There are 0 best solutions below