iOS mobile application for Endgame Fitness workout tracking.
Navigate to your GitHub repository settings → Secrets and variables → Actions, then add:
- APP_STORE_CONNECT_API_KEY_ID - Your App Store Connect API Key ID
- APP_STORE_CONNECT_API_ISSUER_ID - Your App Store Connect API Issuer ID
- APP_STORE_CONNECT_API_KEY_CONTENT - The full content of your .p8 API key file
- APPLE_TEAM_ID - Your Apple Developer Team ID
- Go to App Store Connect
- Navigate to Users and Access → Keys
- Create a new API key with "App Manager" access
- Download the .p8 file
- Copy the Key ID and Issuer ID shown on screen
- Add all three values to your GitHub repository secrets
xcodebuild -scheme EndgameFitnessMobile -destination generic/platform=iOS -configuration Release archiveOnce the GitHub Actions workflow runs successfully:
- The app will be uploaded to TestFlight
- Open the App Store on your iPhone
- Go to Updates → TestFlight
- Accept the TestFlight invitation
- Install Endgame Fitness from TestFlight