WWishingFair
v74

Route iPhone wrapper / TestFlight

Cette page prépare la route iPhone : validation PWA, wrapper iOS, archive Xcode, upload App Store Connect et beta TestFlight.

Télécharger appStore readyTest appareil

iPhone prerequisites

  • Apple Developer Program
  • Mac with Xcode
  • App Store Connect app record
  • Bundle ID
  • Privacy / Terms / Support URLs
  • TestFlight tester list

Capacitor wrapper commands

Run on Mac. Replace IDs before building.

npm create @capacitor/app wishingfair-ios
cd wishingfair-ios
npm install @capacitor/ios
npx cap add ios
npx cap open ios

Copy commands

Xcode / TestFlight flow

  • Set app name and bundle ID
  • Add app icon and launch screen
  • Archive in Xcode
  • Upload to App Store Connect
  • Add build to TestFlight

Review notes

For Apple, make sure the wrapper has real app value, stable navigation, privacy information, and no broken links. Test with TestFlight before review.

Inbox