Upload to Apple App Store Connect from VoltBuilder

Hi There

I followed this tutorial for uploading the build to App Store tutor
"… Build as usual. If the upload fails, VoltBuilder will return a message. Otherwise, your app will have been uploaded to App Store Connect.

The build has no erros but I dont see any build in App Store Connect.

What am I missing?

REGARDS
Flemming

Did you do step 3 of the tutorial? You need to have this in your voltbuilder.json file:

  "release": "release",
  "iosPackageType": "app-store",

Thanks - I got this

{
  "androidAlias": "key0",
  "androidAliasPassword": "mypassword",
  "androidKeystore": "certificates/android.keystore",
  "androidKeystorePassword": "mypassword",
  "androidPackageType": "apk",
  "googlePlayKey": "certificates/google.json",
  "googlePlayTrack": "production",
  "iosDevP12": "certificates/ios_development.p12",
  "iosDevP12Password": "XXXXX",
  "iosDevelopment": "certificates/development.mobileprovision",
  "iosDistP12": "certificates/ios_distribution.p12",
  "iosDistP12Password": "XXXXX",
  "iosDistribution": "certificates/distribution.mobileprovision",
  "iosPackageType": "app-store",
  "itunesAccount": "XXXXX",
  "itunesAppPassword": "XXXXX",
  "release": "debug",
  "serial": "XXXXX"
}

You have the wrong value for release.

Ohhh - Thought that debug was for Testflights?

Debug is only useful for your own local testing. It exposes major security vulnerabilities - you would not want that to go to users.