CONFIGURATION GUIDE
Configuring Codemagic
Let's set up Codemagic - your automated build and deployment platform. Codemagic connects directly to your GitHub repository and handles your app's entire build pipeline using their cloud-based build machines.
It manages everything from testing to app store deployment, and Codika automates the entire configuration process in minutes, eliminating the usual complexity of CI/CD setup.
Getting Your Codemagic API Key​
Full Video
First, we'll need to give Codika the ability to communicate with your Codemagic account. Here's how to set that up:
- Navigate to the Teams tab in your Personal Account on Codemagic
- Find the Integrations section
- Scroll down to locate the Codemagic API at the bottom
- Click Show and copy your API key
- Let's tell Codika about this key using the command:
codika configure -s CODEMAGIC_API_KEY -v YOUR_API_KEY
Creating Your Codemagic Team​
Full Video
While you could use your personal account, we recommend setting up a dedicated team for better organization. Here's how:
- Head to the Teams section in Codemagic
- Click the
Create Team
button - Name your team and click
Next
- Tell Codika about your team name:
codika configure -s CODEMAGIC_TEAM_NAME -v "YOUR_TEAM_NAME"
What's Next?​
Great! With Codemagic configured, we're ready to move on to setting up your Apple Developer account credentials. This will enable us to deploy your apps to the App Store seamlessly.