GitHub user GitToTheHub created a discussion: iOS: Build IPA for App Store submission
Hi, when I want to build an IPA for the App Store, I noticed that `cordova build ios --release` does build a release with the `.app` extension and not `.ipa`. I have to build with `cordova build ios --device` to get an IPA. The documentation on https://cordova.apache.org/docs/en/latest/guide/platforms/ios/index.html makes not clear, what is correct. I created a build.json with a release section for iOS. I would suspect, that `cordova build ios --release` would use these config and create an IPA, but it doesn't. For Android the command `cordova build android --release` does the right thing and creates an `.aab` file like I configured it. Shouldn't be the commands for both platform equal? Regards, Manuel GitHub link: https://github.com/apache/cordova/discussions/563 ---- This is an automatically sent email for issues@cordova.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@cordova.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org