Cannot find upload ios app on apple store

Hi,
I’m trying to build the ios version of a cordova app and upload it to apple store.
The build finish without errors and i can download the .ipa from the volt.build site, but when i check the apple store I cannot find any build of the app.
The logs of the build are quite criptic, is there anyting I can grep to check the upload status?

Thanks in advance for the help!

marco

(hopefully) Useful info:
plan: Indy

voltbuilder.json:
{
  "iosDevP12": "certificates/[redacted]-dev.p12",
  "iosDevP12Password": "[redacted]",
  "iosDevelopment": "certificates/[redacted]-dev.mobileprovision",
  "platform": "ios",
  "release": "debug",
  "itunesAccount": "[redacted]",
  "itunesAppPassword": "[redacted]",
  "iosPackageType": "app-store"
}

Tip : If you’re pasting code, html or config files, surround the code with triple back ticks (```), before the first line and after the last one. It will be formatted properly.

1 Like

Should this be release if preparing for the app store?

Yes. Quite new to the whole apple game, I though I could upload it even if it was a debug build.

Thanks for the help