How submit multiple app on the apple store?

Hi;
I have an app published on the apple store. However, I need to submit another application, using the same account. I create all the certificates, another project, another config.xml… but, when I upload it, it looks at the first application and returns: iTunes Upload: The package version must be higher than the previously uploaded version.

Changing the version number (upper) it accepts it but shows the build in the first app not the second.

What is the right way?

Thanks

In your config.xml, are you using a different id for each app? It’s in in the widget line at the top.

Yes,

one is like
<widget android-versionCode=“100” id=“br.com.xxx.app”…

and other is like

<widget android-versionCode=“148” id=“br.com.yyy.app”…

And I generate specific certificates and App-Specific Passwords

Thanks

The solution was to remove app from Apple Store and recreate all, including certificates. After this, the app compilation was sent to the right place.

Thank you

Been there, done that. Sometimes doing that cleans everything up at Apple’s end.