Store accounts are required when apps for iOS, macOS, or Android should be built and released through the relevant stores. The Application Platform stores the required credentials and provides them to generated projects and pipelines.
Supported stores
These access types can currently be registered:
- App Store Connect for iOS and macOS.
- Google Play Console for Android.
Additional store types can be added later.
When do you need store accounts?
You need store accounts when your project enables native app platforms:
- iOS app
- macOS app
- Android app
Without matching store credentials, the platform cannot fully generate store-specific build and release configuration.
Prepare credentials
Create the required keys and service account data in the corresponding store portals. Use dedicated technical accounts or API keys with the minimum required permissions.
Step-by-step guides live under App stores in the documentation:
- Apple Developer and App Store account
- App Store credentials for Fastlane
- Google Play developer account
- Play Store credentials for Fastlane
Use them in projects
After a store account has been registered, you can select it when creating or editing an app. The platform then uses the account for the matching app platform and generated CI/release configuration.