WWishingFair
v74

iPhone wrapper / TestFlight-route

Deze pagina bereidt de iPhone-route voor: PWA-validatie, iOS-wrapper, Xcode archive, App Store Connect upload en TestFlight beta-testen.

Download appStore readyDevice test

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