publish_ios
Upload your iOS app to the App Store using fastlane deliver. Optionally submit for review after upload.
Instructions
Publish the app to the iOS App Store using fastlane deliver. Requires fastlane to be installed and configured.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectDir | Yes | Path to the app project directory (must contain fastlane/ directory) | |
| ipaPath | No | Path to the IPA file to upload | |
| submitForReview | No | Whether to submit for Apple review after upload (default: false) |