iOS: Build IPA for App Store submission #563
-
Hi, when I want to build an IPA for the App Store, I noticed that Regards, Manuel |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Packaging into an .ipa requires a device build plus signing/export. Android leverages Gradle but on iOS you need explicit packaging. |
Beta Was this translation helpful? Give feedback.
Packaging into an .ipa requires a device build plus signing/export. Android leverages Gradle but on iOS you need explicit packaging.
Try using
cordova build ios --device --release
(and proper signing), or archive/export via Xcode/xcodebuild