Need Help with White Labeling a MAUI App from Existing Project #22198
-
Hi everyone, I'm looking for guidance on how to white label a MAUI app from an existing project. Is there a specific process or packages available for this purpose? I have an existing app project and would like to customize it with different branding or themes for different clients. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
We white label our app and all you have to do
I think above gives u an idea |
Beta Was this translation helpful? Give feedback.
-
I have more than 12 Clients that I have to create 12 apps in maui project right. |
Beta Was this translation helpful? Give feedback.
-
@satish-dnv I don't know if you're still looking for a solution, here's some suggestions from personal experience:
I have explained it in a lot of details in my article, but in essence, in your MAUI app’s folder/directory create a new file
Create a new directory |
Beta Was this translation helpful? Give feedback.
-
I wrote an article on the topic as well called "White labeling .NET MAUI apps" which you may find useful. This works well for smaller projects and few clients. If you have many clients, you may want to use CI/CD pipelines to provide the required information, e.g. which client to build for, by passing in compile constants. |
Beta Was this translation helpful? Give feedback.
We white label our app and all you have to do
I think above gives u an idea