React Native app for internal distribution #2309
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?React Native Steps to reproduceNo steps Expected resultsI'm still in discovery mode. My team is building an app that is not for public release. It will be made available to certain employees within the business, so we won't be deploying to App Store. We're using an Apple Developer Enterprise account, which does not provide access to App Store Connect and therefore cannot produce an App Store Connect API key. Is there a way to build our app with codemagic.yaml without the API key? Or should I be looking at alternative pipeline solutions for our particular use case? Actual resultsN/A Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @derynL, you do not need to provide an API key to build your application. Providing it is one way of doing it, the other way that Codemagic offers to code signing and create your iOS binary is called manual code signing (Code signing identities) with which only a certificate and provisioning profile created by you suffice. Check out this documentation for more information. Note: If you are going to test internally, then you will need to choose In House provisioning profile type when creating one in your Apple Developer Enterprise Account. |
Beta Was this translation helpful? Give feedback.
Hi @derynL, you do not need to provide an API key to build your application. Providing it is one way of doing it, the other way that Codemagic offers to code signing and create your iOS binary is called manual code signing (Code signing identities) with which only a certificate and provisioning profile created by you suffice. Check out this documentation for more information.
Note: If you are going to test internally, then you will need to choose In House provisioning profile type when creating one in your Apple Developer Enterprise Account.