3.5 KiB
Apple App Store Release Runbook
This runbook covers the public iOS App Store release path for the Truck Wash Capacitor app.
Account And App Record
- Use the Truck Wash ApS Apple Developer account. The Account Holder must accept the latest Apple agreements before builds can be uploaded.
- Create or verify the App Store Connect app record:
- Platform: iOS
- Name: Truck Wash Kundeportal
- Bundle ID:
io.truckwash.app - SKU:
truckwash-ios - Primary language: Danish
- Category: Business
- Price: Free
- Initial availability: Denmark
- Keep the GitHub environment
app-store-productionprotected and store iOS signing plus App Store Connect API secrets there.
Build And Upload
- Merge the release commit to
master. - Confirm
Automated TestsandFrontend Releaseare green for that commit. - Create a release tag such as
mobile-v1.0.0. - The
Mobile Store Artifactsworkflow builds Android and iOS artifacts. For iOS, it archives, exports, validates the IPA with App Store Connect, and uploads it when the run is tag-triggered. - For a manual upload, dispatch
Mobile Store Artifactswithupload_to_app_store=true,version_name, andversion_code.
The iOS workflow expects these environment secrets:
IOS_CERTIFICATE_BASE64IOS_CERTIFICATE_PASSWORDIOS_PROVISION_PROFILE_BASE64IOS_KEYCHAIN_PASSWORDAPPLE_TEAM_IDAPP_STORE_CONNECT_API_KEY_IDAPP_STORE_CONNECT_ISSUER_IDAPP_STORE_CONNECT_API_PRIVATE_KEY_BASE64
Product Page Defaults
- Support URL:
https://truckwash.io/support - Privacy URL:
https://truckwash.io/privacy-policy - Subtitle:
Book og start truckvask - Promotional text:
Administrer vask, koeretoejer, ordrer og fakturaer fra mobilen. - Keywords:
truck wash,lastbilvask,vask,booking,kundeportal - Expected age rating: 4+, subject to the App Store Connect questionnaire.
Use real iOS simulator or device screenshots. Provide at least:
- iPhone 6.9-inch portrait screenshots
- iPad 13-inch portrait screenshots
Recommended screenshot scenes: dashboard, booking flow, self-service wash start, vehicles/orders, and invoices/payment history. Do not include real customer data, private tokens, or placeholder copy.
Privacy And Review Notes
App Store Connect privacy labels must match the actual app and backend behavior. Expected minimum disclosures include account/contact data, identifiers such as customer number, vehicle/license plate data, order and invoice history, payment state, approximate/precise location when used, and photos or attachments when users upload them. Tracking should remain false unless analytics/ad tracking is introduced.
Review notes must include:
- A demo account and password.
- OTP/2FA/passkey fallback instructions when enabled for the account.
- A clear statement that Stripe/card payments are for physical truck-wash services consumed outside the app, so Apple in-app purchase is not used.
- Any hardware-dependent functionality that reviewers cannot reproduce, with a short demo video if needed.
- Confirmation that the backend environment is online for the whole review window.
TestFlight And Release
- Wait for App Store Connect processing to finish.
- Distribute the processed build to internal TestFlight testers.
- Run clean-device QA on iPhone and iPad.
- Fix issues using the same marketing version and an incremented build number.
- Submit for App Review with manual release after approval.
- After approval, release to Denmark first and monitor crashes, support mail, and App Store Connect feedback before expanding availability.