Hey there
first: i’m not a Capictor User yet. The Reason ist that the apps that i’m building currently all use Google Maps and because i only wan’t to use the native SDK’s (not JS) and the Google Maps Plugin is not finished yet, i can’t.
I have done some small Capacitor Projects as Test but i’m not very into yet.
Now my Question: I’m currently developing a new App-System, where i have one App-Code, which i can deploy to unlimited Customer Apps (planned (hopefully) some hundert). Is this even possible with Capacitor? With Cordova i can use Hooks to replace related Stuff (config.xml
values like id, name, etc., Icon Splash Screen) before build and then run the cordova Build as Cordova generates the native App Folders by zero again.
As far as i understand Capacitor doesn’t do this like this and isn’t able to create the full native projects from zero with all related native changes (plist values for example).
I’m i correct? So when doing this is Cordova the only Possibility?
Also i’m planning to use Appflow to build the Apps as it offers Monorepo Support (i don’t know if this is relevant)