Hello,
I have a project with production and preproduction flavors, with a single firebase project, I have created an airship project but in api & integration it only allows me to configure an Android Package Name. Creating another airship project for each flavor is not feasible for me. Solution?
Config Flavors in same proyect
Didn't find what you were looking for?
New post-
Brian G
Hello Victor,
Each Airship project is designed to align with a single application for each individual platform (ie 1 ios, 1 android, 1 email...).
The Android Package Name is an optional field, so if your concern is regarding reuse of this field in multiple projects you may leave blank.Comment actions -
In modern software development, managing multiple configurations within the same project is crucial for handling various environments such as development, testing egg rate today, staging, and production. Configuration flavors allow developers to tailor application settings to specific needs without duplicating the entire project structure. By defining different configuration files or using environment variables, you can specify unique database connections, API endpoints, feature toggles, and other settings relevant to each environment.
Comment actions -
To manage multiple flavors (production and preproduction) with a single Airship project, configure the primary package name for your production flavor in Airship. For your preproduction flavor, use dynamic configuration in your app to adjust settings based on the build variant. Ensure both flavors handle Airship configurations correctly through your app's build setup. If you need further assistance, consider reaching out to Airship support or using a solution like Kinnvois for more integrated management.
Comment actions
Please sign in to leave a comment.
Comments
3 comments