Access GCLOUD_SERVICE_ACCOUNT_CREDENTIALS app level variable #2779
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Kotlin Multiplatorm Steps to reproduceI have two application in in code magic. (App A, App B) I am able to publish the application A to play store and unable to publish the application B to play store. Expected resultsI should be able to access the GCLOUD_SERVICE_ACCOUNT_CREDENTIALS from App A to B Actual resultsUnable to access app level variable Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @neeraj-repay, |
Beta Was this translation helpful? Give feedback.
Hello @neeraj-repay,
Unfortunately, it's not possible to retrieve the service account from App A and use it for App B. However, there are a couple of options available to you. You can either create a new .json file or set up a separate service account. The process for both of these options is similar to the steps you followed for App A. For more detailed instructions, please refer to our helpful guide here: https://docs.codemagic.io/yaml-publishing/google-play/. We hope this information is useful to you!