Need Multi-App advice #6496
Unanswered
jameshhood
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Take a look at trapeze: https://trapeze.dev/ It can automate a lot of these kinds of white labeled app tasks, and works great with our Appflow CI/CD service (here's an example on how to run those workflows in CI/CD: https://trapeze.dev/docs/ci-cd). AFAIK MS app center doesn't officially support Capacitor |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a VueJS app that we host for several different customers which is all configured through different CMS servers. This yields one build which then the server running it can then pass environment variables to it as it's ran. Fast forward to adding capacitor to the project.
I need to be able to have a capacitor app for each customer of ours yet by default you can only have a single ios/android app per project. What's the best way to handle this? Currently I have a CI/CD pipeline that will remove the ios directory, copy over the customers capacitor.config.js, then
yarn add @capacitor/ios
to regenerate the ios folder. This doesn't allow me to configure anything via xcode. Currently I'm having to figure out how to enable fullscreen for iPads because I can't push the build generated this way to the app-store.It's already a pain to get capacitor to work with MS AppCenter, but now I'm getting to the point where I'm pretty much forced to have a monorepo and I really don't want one if I can help it
Beta Was this translation helpful? Give feedback.
All reactions